Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dfill_extrusion_bucket.cpp133 std::size_t nIndices = indices.size(); in addFeature() local
134 assert(nIndices % 3 == 0); in addFeature()
136 for (uint32_t i = 0; i < nIndices; i += 3) { in addFeature()
142 triangleSegment.indexLength += nIndices; in addFeature()