Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcRobustBufferAccessBehaviorTests.hpp75 static const glw::GLuint m_n_targets = 13; member in glcts::RobustBufferAccessBehavior::Buffer
76 static const glw::GLenum m_targets[m_n_targets];
DglcRobustBufferAccessBehaviorTests.cpp48 const GLenum Buffer::m_targets[Buffer::m_n_targets] = {
/external/deqp/external/openglcts/modules/gl/
Dgl4cBufferStorageTests.cpp167 static const glw::GLuint m_n_targets = 13; member in gl4cts::BufferStorage::Buffer
168 static const glw::GLenum m_targets[m_n_targets];
462 const GLenum Buffer::m_targets[Buffer::m_n_targets] = {
1672 for (GLuint i = 0; i < Buffer::m_n_targets; ++i) in iterate()