Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dindex_buffer.hpp15 static constexpr std::size_t groupSize = DrawMode::bufferGroupSize; member in mbgl::gl::IndexVector
19 static_assert(sizeof...(args) == groupSize, "wrong buffer element count"); in emplace_back()
H A Dvertex_buffer.hpp17 static constexpr std::size_t groupSize = DrawMode::bufferGroupSize; member in mbgl::gl::VertexVector
21 static_assert(sizeof...(args) == groupSize, "wrong buffer element count"); in emplace_back()
/OK3568_Linux_fs/external/xserver/glx/
H A Drensize.c168 GLint groupSize, rowSize, padding, imageSize; in __glXImageSize() local
311 groupSize = bytesPerElement * elementsPerGroup; in __glXImageSize()
319 if ((rowSize = safe_mul(groupsPerRow, groupSize)) < 0) in __glXImageSize()