Home
last modified time | relevance | path

Searched refs:flatIndices (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.cpp64 std::vector<uint32_t> flatIndices; in addFeature() local
65 flatIndices.reserve(totalVertices); in addFeature()
95 flatIndices.emplace_back(triangleIndex); in addFeature()
137 triangles.emplace_back(flatIndices[indices[i]], flatIndices[indices[i + 1]], in addFeature()
138 flatIndices[indices[i + 2]]); in addFeature()