| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | program.hpp | 28 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 D | symbol_program.hpp | 258 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 D | collision_box_program.hpp | 69 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 D | paint_property_binder.hpp | 277 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 D | render_tile.cpp | 75 static const DebugProgram::PaintPropertyBinders paintAttributeData(properties, 0); in finishRender()
|
| H A D | renderer_impl.cpp | 485 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 D | symbol_bucket.hpp | 80 SymbolIconProgram::PaintPropertyBinders, 81 SymbolSDFTextProgram::PaintPropertyBinders>> paintPropertyBinders;
|
| H A D | circle_bucket.hpp | 35 std::map<std::string, CircleProgram::PaintPropertyBinders> paintPropertyBinders;
|
| H A D | heatmap_bucket.hpp | 35 std::map<std::string, HeatmapProgram::PaintPropertyBinders> paintPropertyBinders;
|
| H A D | fill_extrusion_bucket.hpp | 34 … std::unordered_map<std::string, FillExtrusionProgram::PaintPropertyBinders> paintPropertyBinders;
|
| H A D | fill_bucket.hpp | 39 std::map<std::string, FillProgram::PaintPropertyBinders> paintPropertyBinders;
|
| H A D | line_bucket.hpp | 41 std::map<std::string, LineProgram::PaintPropertyBinders> paintPropertyBinders;
|
| H A D | circle_bucket.cpp | 95 …derCircleLayer& layer, const std::map<std::string, CircleProgram::PaintPropertyBinders>& paintProp… in get()
|
| H A D | line_bucket.cpp | 470 … 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 D | render_hillshade_layer.cpp | 74 const HillshadeProgram::PaintPropertyBinders paintAttributeData{ evaluated, 0 }; in render() 134 const HillshadePrepareProgram::PaintPropertyBinders paintAttributeData{ properties, 0 }; in render()
|
| H A D | render_background_layer.cpp | 51 const BackgroundProgram::PaintPropertyBinders paintAttributeData(properties, 0); in render()
|
| H A D | render_symbol_layer.cpp | 237 … static const CollisionBoxProgram::PaintPropertyBinders paintAttributeData(properties, 0); in render() 270 … static const CollisionBoxProgram::PaintPropertyBinders paintAttributeData(properties, 0); in render()
|
| H A D | render_raster_layer.cpp | 76 RasterProgram::PaintPropertyBinders paintAttributeData{ evaluated, 0 }; in render()
|
| H A D | render_heatmap_layer.cpp | 144 const HeatmapTextureProgram::PaintPropertyBinders paintAttributeData{ properties, 0 }; in render()
|
| H A D | render_fill_extrusion_layer.cpp | 165 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 D | properties.hpp | 125 using Binders = PaintPropertyBinders<DataDrivenProperties>;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/ |
| H A D | render_image_source.cpp | 59 static const DebugProgram::PaintPropertyBinders paintAttributeData(properties, 0); in finishRender()
|