Home
last modified time | relevance | path

Searched refs:FillProgram (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dfill_program.hpp59 class FillProgram : public Program< class
112 using FillLayoutVertex = FillProgram::LayoutVertex;
113 using FillAttributes = FillProgram::Attributes;
H A Dprograms.hpp56 ProgramMap<FillProgram> fill;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dfill_bucket.cpp72 vertices.emplace_back(FillProgram::layoutVertex(ring[0])); in addFeature()
76 vertices.emplace_back(FillProgram::layoutVertex(ring[i])); in addFeature()
H A Dfill_bucket.hpp39 std::map<std::string, FillProgram::PaintPropertyBinders> paintPropertyBinders;
H A Ddebug_bucket.cpp46 vertices.emplace_back(FillProgram::layoutVertex(p)); in DebugBucket()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_fill_layer.cpp80 FillProgram::UniformValues { in render()