Searched refs:m_r32ix4_depth (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.hpp632 static const glw::GLuint m_r32ix4_depth; member in class:glcts::ViewportArray::DrawTestBase
H A DglcViewportArrayTests.cpp2502 const GLuint DrawTestBase::m_r32ix4_depth = 4; member in class:glcts::ViewportArray::DrawTestBase
2983 static const GLuint size = m_width * m_height * m_r32ix4_depth;
2993 texture.create(m_width, m_height, m_r32ix4_depth, GL_R32I);
2994 texture.update(m_width, m_height, m_r32ix4_depth, GL_RED_INTEGER, GL_INT, &data[0]);
4614 texture_data.resize(layer_size * m_r32ix4_depth);
4653 for (GLuint layer = 0; layer < m_r32ix4_depth; ++layer)

Completed in 155 milliseconds