Home
last modified time | relevance | path

Searched refs:LineProgram (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 Dline_program.hpp37 class LineProgram : public Program< class
162 using LineLayoutVertex = LineProgram::LayoutVertex;
163 using LineAttributes = LineProgram::Attributes;
H A Dline_program.cpp34 LineProgram::UniformValues
35 LineProgram::uniformValues(const RenderLinePaintProperties::PossiblyEvaluated& properties, in uniformValues()
39 return makeValues<LineProgram::UniformValues>( in uniformValues()
H A Dprograms.hpp66 ProgramMap<LineProgram> line;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dline_bucket.cpp405 …vertices.emplace_back(LineProgram::layoutVertex(currentCoordinate, extrude, round, false, endLeft,… in addCurrentVertex()
416 …vertices.emplace_back(LineProgram::layoutVertex(currentCoordinate, extrude, round, true, -endRight… in addCurrentVertex()
441 …vertices.emplace_back(LineProgram::layoutVertex(currentVertex, flippedExtrude, false, lineTurnsLef… in addPieSliceVertex()
470 static float get(const RenderLineLayer& layer, const std::map<std::string, LineProgram::PaintProper… in get()
H A Dline_bucket.hpp41 std::map<std::string, LineProgram::PaintPropertyBinders> paintPropertyBinders;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_line_layer.cpp140 LineProgram::uniformValues( in render()