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 D | line_program.hpp | 37 class LineProgram : public Program< class 162 using LineLayoutVertex = LineProgram::LayoutVertex; 163 using LineAttributes = LineProgram::Attributes;
|
| H A D | line_program.cpp | 34 LineProgram::UniformValues 35 LineProgram::uniformValues(const RenderLinePaintProperties::PossiblyEvaluated& properties, in uniformValues() 39 return makeValues<LineProgram::UniformValues>( in uniformValues()
|
| H A D | programs.hpp | 66 ProgramMap<LineProgram> line;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | line_bucket.cpp | 405 …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 D | line_bucket.hpp | 41 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 D | render_line_layer.cpp | 140 LineProgram::uniformValues( in render()
|