Home
last modified time | relevance | path

Searched refs:indexLength (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsegment.hpp22 indexLength(indexLength_) {} in Segment()
28 std::size_t indexLength; member in mbgl::Segment
H A Dcollision_box_program.hpp100 segment.indexLength); in draw()
177 segment.indexLength); in draw()
H A Dprogram.hpp99 segment.indexLength); in draw()
H A Dsymbol_program.hpp337 segment.indexLength); in draw()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dprogram.hpp126 std::size_t indexLength) { in draw() argument
144 indexLength); in draw()
H A Dcontext.hpp178 std::size_t indexLength);
H A Dcontext.cpp737 std::size_t indexLength) { in draw() argument
740 static_cast<GLsizei>(indexLength), in draw()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dfill_bucket.cpp81 lineSegment.indexLength += nVertices * 2; in addFeature()
104 triangleSegment.indexLength += nIndicies; in addFeature()
H A Dfill_extrusion_bucket.cpp126 triangleSegment.indexLength += 6; in addFeature()
142 triangleSegment.indexLength += nIndices; in addFeature()
H A Dheatmap_bucket.cpp85 segment.indexLength += 6; in addFeature()
H A Dhillshade_bucket.cpp109 segment.indexLength += 6; in setMask()
H A Draster_bucket.cpp104 segment.indexLength += 6; in setMask()
H A Dcircle_bucket.cpp85 segment.indexLength += 6; in addFeature()
H A Dline_bucket.cpp391 segment.indexLength += triangleStore.size() * 3; in addGeometry()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp542 segment.indexLength += 6; in addSymbol()
569 const std::size_t indexLength = feature.alongLine ? 6 : 8; in addToDebugBuffers() local
603 segment.indexLength += indexLength; in addToDebugBuffers()