Home
last modified time | relevance | path

Searched defs:paintPropertyBinders (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_fill_layer.cpp77 const auto& paintPropertyBinders = bucket.paintPropertyBinders.at(getID()); in render() local
165 const auto& paintPropertyBinders = bucket.paintPropertyBinders.at(getID()); in render() local
H A Drender_heatmap_layer.cpp98 const auto& paintPropertyBinders = bucket.paintPropertyBinders.at(getID()); in render() local
H A Drender_fill_extrusion_layer.cpp72 const auto& paintPropertyBinders = tileBucket.paintPropertyBinders.at(getID()); in render() local
H A Drender_circle_layer.cpp65 const auto& paintPropertyBinders = bucket.paintPropertyBinders.at(getID()); in render() local
H A Drender_line_layer.cpp70 const auto& paintPropertyBinders = bucket.paintPropertyBinders.at(getID()); in render() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dcollision_box_program.hpp69 const PaintPropertyBinders& paintPropertyBinders, in draw()
148 const PaintPropertyBinders& paintPropertyBinders, in draw()
H A Dprogram.hpp51 const PaintPropertyBinders& paintPropertyBinders, in computeAllUniformValues()
60 const PaintPropertyBinders& paintPropertyBinders, in computeAllAttributeBindings()
H A Dsymbol_program.hpp283 const PaintPropertyBinders& paintPropertyBinders, in computeAllUniformValues()
294 const PaintPropertyBinders& paintPropertyBinders, in computeAllAttributeBindings()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dfill_extrusion_bucket.hpp34 … std::unordered_map<std::string, FillExtrusionProgram::PaintPropertyBinders> paintPropertyBinders; member in mbgl::FillExtrusionBucket
H A Dcircle_bucket.hpp35 std::map<std::string, CircleProgram::PaintPropertyBinders> paintPropertyBinders; member in mbgl::CircleBucket
H A Dheatmap_bucket.hpp35 std::map<std::string, HeatmapProgram::PaintPropertyBinders> paintPropertyBinders; member in mbgl::HeatmapBucket
H A Dfill_bucket.hpp39 std::map<std::string, FillProgram::PaintPropertyBinders> paintPropertyBinders; member in mbgl::FillBucket
H A Dline_bucket.hpp41 std::map<std::string, LineProgram::PaintPropertyBinders> paintPropertyBinders; member in mbgl::LineBucket
H A Dcircle_bucket.cpp95 …ircleLayer& layer, const std::map<std::string, CircleProgram::PaintPropertyBinders>& paintProperty… in get()
H A Dsymbol_bucket.hpp81 SymbolSDFTextProgram::PaintPropertyBinders>> paintPropertyBinders; member in mbgl::SymbolBucket
H A Dline_bucket.cpp470 …erLineLayer& layer, const std::map<std::string, LineProgram::PaintPropertyBinders>& paintPropertyB… in get()