Home
last modified time | relevance | path

Searched refs:layoutVertex (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_static_data.cpp34 result.emplace_back(RasterProgram::layoutVertex({ 0, 0 }, { 0, 0 })); in rasterVertices()
35 result.emplace_back(RasterProgram::layoutVertex({ util::EXTENT, 0 }, { util::EXTENT, 0 })); in rasterVertices()
36 result.emplace_back(RasterProgram::layoutVertex({ 0, util::EXTENT }, { 0, util::EXTENT })); in rasterVertices()
37 …result.emplace_back(RasterProgram::layoutVertex({ util::EXTENT, util::EXTENT }, { util::EXTENT, ut… in rasterVertices()
43 result.emplace_back(ExtrusionTextureProgram::layoutVertex({ 0, 0 })); in extrusionTextureVertices()
44 result.emplace_back(ExtrusionTextureProgram::layoutVertex({ 1, 0 })); in extrusionTextureVertices()
45 result.emplace_back(ExtrusionTextureProgram::layoutVertex({ 0, 1 })); in extrusionTextureVertices()
46 result.emplace_back(ExtrusionTextureProgram::layoutVertex({ 1, 1 })); in extrusionTextureVertices()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dfill_extrusion_bucket.cpp94 FillExtrusionProgram::layoutVertex(p1, 0, 0, 1, 1, edgeDistance)); in addFeature()
111 FillExtrusionProgram::layoutVertex(p1, perp.x, perp.y, 0, 0, edgeDistance)); in addFeature()
113 FillExtrusionProgram::layoutVertex(p1, perp.x, perp.y, 0, 1, edgeDistance)); in addFeature()
118 FillExtrusionProgram::layoutVertex(p2, perp.x, perp.y, 0, 0, edgeDistance)); in addFeature()
120 FillExtrusionProgram::layoutVertex(p2, perp.x, perp.y, 0, 1, edgeDistance)); in addFeature()
H A Dhillshade_bucket.cpp91 …HillshadeProgram::layoutVertex({ tlVertex.x, tlVertex.y }, { static_cast<uint16_t>(tlVertex.x), st… in setMask()
93 …HillshadeProgram::layoutVertex({ brVertex.x, tlVertex.y }, { static_cast<uint16_t>(brVertex.x), st… in setMask()
95 …HillshadeProgram::layoutVertex({ tlVertex.x, brVertex.y }, { static_cast<uint16_t>(tlVertex.x), st… in setMask()
97 …HillshadeProgram::layoutVertex({ brVertex.x, brVertex.y }, { static_cast<uint16_t>(brVertex.x), st… in setMask()
H A Draster_bucket.cpp86 …RasterProgram::layoutVertex({ tlVertex.x, tlVertex.y }, { static_cast<uint16_t>(tlVertex.x), stati… in setMask()
88 …RasterProgram::layoutVertex({ brVertex.x, tlVertex.y }, { static_cast<uint16_t>(brVertex.x), stati… in setMask()
90 …RasterProgram::layoutVertex({ tlVertex.x, brVertex.y }, { static_cast<uint16_t>(tlVertex.x), stati… in setMask()
92 …RasterProgram::layoutVertex({ brVertex.x, brVertex.y }, { static_cast<uint16_t>(brVertex.x), stati… in setMask()
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 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()
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/sources/
H A Drender_image_source.cpp202 RasterProgram::layoutVertex({ geomCoords[0].x, geomCoords[0].y }, { 0, 0 })); in update()
204 RasterProgram::layoutVertex({ geomCoords[1].x, geomCoords[1].y }, { util::EXTENT, 0 })); in update()
206 RasterProgram::layoutVertex({ geomCoords[3].x, geomCoords[3].y }, { 0, util::EXTENT })); in update()
208 …RasterProgram::layoutVertex({ geomCoords[2].x, geomCoords[2].y }, { util::EXTENT, util::EXTENT })); in update()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dextrusion_texture_program.hpp25 static LayoutVertex layoutVertex(Point<int16_t> p) { in layoutVertex() function in mbgl::ExtrusionTextureProgram
H A Dheatmap_texture_program.hpp30 static LayoutVertex layoutVertex(Point<int16_t> p) { in layoutVertex() function in mbgl::HeatmapTextureProgram
H A Dhillshade_prepare_program.hpp32 static LayoutVertex layoutVertex(Point<int16_t> p, Point<uint16_t> t) { in layoutVertex() function in mbgl::HillshadePrepareProgram
H A Dhillshade_program.hpp38 static LayoutVertex layoutVertex(Point<int16_t> p, Point<uint16_t> t) { in layoutVertex() function in mbgl::HillshadeProgram
H A Draster_program.hpp51 static LayoutVertex layoutVertex(Point<int16_t> p, Point<uint16_t> t) { in layoutVertex() function in mbgl::RasterProgram
H A Dfill_program.hpp69 static LayoutVertex layoutVertex(Point<int16_t> p) { in layoutVertex() function in mbgl::FillProgram
H A Dfill_extrusion_program.hpp89 …static LayoutVertex layoutVertex(Point<int16_t> p, double nx, double ny, double nz, unsigned short… in layoutVertex() function in mbgl::FillExtrusionProgram
H A Dline_program.hpp57 …static LayoutVertex layoutVertex(Point<int16_t> p, Point<double> e, bool round, bool up, int8_t di… in layoutVertex() function in mbgl::LineProgram