Home
last modified time | relevance | path

Searched defs:bufferGroupSize (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Ddraw_mode.hpp15 static constexpr std::size_t bufferGroupSize = 1; member in mbgl::gl::Points
27 static constexpr std::size_t bufferGroupSize = 2; member in mbgl::gl::Lines
43 static constexpr std::size_t bufferGroupSize = 1; member in mbgl::gl::LineStrip
57 static constexpr std::size_t bufferGroupSize = 3; member in mbgl::gl::Triangles
67 static constexpr std::size_t bufferGroupSize = 1; member in mbgl::gl::TriangleStrip
75 static constexpr std::size_t bufferGroupSize = 1; member in mbgl::gl::Indexed