Searched refs:groupSize (Results 1 – 3 of 3) sorted by relevance
15 static constexpr std::size_t groupSize = DrawMode::bufferGroupSize; member in mbgl::gl::IndexVector19 static_assert(sizeof...(args) == groupSize, "wrong buffer element count"); in emplace_back()
17 static constexpr std::size_t groupSize = DrawMode::bufferGroupSize; member in mbgl::gl::VertexVector21 static_assert(sizeof...(args) == groupSize, "wrong buffer element count"); in emplace_back()
168 GLint groupSize, rowSize, padding, imageSize; in __glXImageSize() local311 groupSize = bytesPerElement * elementsPerGroup; in __glXImageSize()319 if ((rowSize = safe_mul(groupsPerRow, groupSize)) < 0) in __glXImageSize()