Home
last modified time | relevance | path

Searched refs:PaintPropertyBinders (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dprogram.hpp28 using PaintPropertyBinders = typename PaintProperties::Binders; typedef in mbgl::Program
29 using PaintAttributes = typename PaintPropertyBinders::Attributes;
33 using PaintUniforms = typename PaintPropertyBinders::Uniforms;
51 const PaintPropertyBinders& paintPropertyBinders, in computeAllUniformValues()
60 const PaintPropertyBinders& paintPropertyBinders, in computeAllAttributeBindings()
108 using PaintPropertyBinders = typename Program::PaintPropertyBinders; typedef in mbgl::ProgramMap
109 using Bitset = typename PaintPropertyBinders::Bitset;
117 Bitset bits = PaintPropertyBinders::constants(currentProperties); in get()
125 …parameters.withAdditionalDefines(PaintPropertyBinders::defines(currentProperties)))).first->second; in get()
H A Dsymbol_program.hpp258 using PaintPropertyBinders = typename PaintProperties::Binders; typedef in mbgl::SymbolProgram
259 using PaintAttributes = typename PaintPropertyBinders::Attributes;
264 using PaintUniforms = typename PaintPropertyBinders::Uniforms;
283 const PaintPropertyBinders& paintPropertyBinders, in computeAllUniformValues()
294 const PaintPropertyBinders& paintPropertyBinders, in computeAllAttributeBindings()
H A Dcollision_box_program.hpp69 const PaintPropertyBinders& paintPropertyBinders, in draw()
148 const PaintPropertyBinders& paintPropertyBinders, in draw()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_property_binder.hpp277 class PaintPropertyBinders;
280 class PaintPropertyBinders<TypeList<Ps...>> { class
290 PaintPropertyBinders(const EvaluatedProperties& properties, float z) in PaintPropertyBinders() function in mbgl::PaintPropertyBinders
295 PaintPropertyBinders(PaintPropertyBinders&&) = default;
296 PaintPropertyBinders(const PaintPropertyBinders&) = delete;
H A Drender_tile.cpp75 static const DebugProgram::PaintPropertyBinders paintAttributeData(properties, 0); in finishRender()
H A Drenderer_impl.cpp485 static const ClippingMaskProgram::PaintPropertyBinders paintAttributeData(properties, 0); in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.hpp80 SymbolIconProgram::PaintPropertyBinders,
81 SymbolSDFTextProgram::PaintPropertyBinders>> paintPropertyBinders;
H A Dcircle_bucket.hpp35 std::map<std::string, CircleProgram::PaintPropertyBinders> paintPropertyBinders;
H A Dheatmap_bucket.hpp35 std::map<std::string, HeatmapProgram::PaintPropertyBinders> paintPropertyBinders;
H A Dfill_extrusion_bucket.hpp34 … std::unordered_map<std::string, FillExtrusionProgram::PaintPropertyBinders> paintPropertyBinders;
H A Dfill_bucket.hpp39 std::map<std::string, FillProgram::PaintPropertyBinders> paintPropertyBinders;
H A Dline_bucket.hpp41 std::map<std::string, LineProgram::PaintPropertyBinders> paintPropertyBinders;
H A Dcircle_bucket.cpp95 …derCircleLayer& layer, const std::map<std::string, CircleProgram::PaintPropertyBinders>& paintProp… in get()
H A Dline_bucket.cpp470 … RenderLineLayer& layer, const std::map<std::string, LineProgram::PaintPropertyBinders>& paintProp… in get()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_hillshade_layer.cpp74 const HillshadeProgram::PaintPropertyBinders paintAttributeData{ evaluated, 0 }; in render()
134 const HillshadePrepareProgram::PaintPropertyBinders paintAttributeData{ properties, 0 }; in render()
H A Drender_background_layer.cpp51 const BackgroundProgram::PaintPropertyBinders paintAttributeData(properties, 0); in render()
H A Drender_symbol_layer.cpp237 … static const CollisionBoxProgram::PaintPropertyBinders paintAttributeData(properties, 0); in render()
270 … static const CollisionBoxProgram::PaintPropertyBinders paintAttributeData(properties, 0); in render()
H A Drender_raster_layer.cpp76 RasterProgram::PaintPropertyBinders paintAttributeData{ evaluated, 0 }; in render()
H A Drender_heatmap_layer.cpp144 const HeatmapTextureProgram::PaintPropertyBinders paintAttributeData{ properties, 0 }; in render()
H A Drender_fill_extrusion_layer.cpp165 const ExtrusionTextureProgram::PaintPropertyBinders paintAttributeData{ properties, 0 }; in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dproperties.hpp125 using Binders = PaintPropertyBinders<DataDrivenProperties>;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_image_source.cpp59 static const DebugProgram::PaintPropertyBinders paintAttributeData(properties, 0); in finishRender()