Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.cpp27 sortFeaturesByY(sortFeaturesByY_), in SymbolBucket()
47 …text.indexBuffer = context.createIndexBuffer(std::move(text.triangles), sortFeaturesByY ? gl::Buff… in upload()
67 …icon.indexBuffer = context.createIndexBuffer(std::move(icon.triangles), sortFeaturesByY ? gl::Buff… in upload()
160 if (!sortFeaturesByY) { in sortFeatures()
H A Dsymbol_bucket.hpp49 bool sortFeaturesByY,
66 const bool sortFeaturesByY; member in mbgl::SymbolBucket