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

/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.hpp631 static const glw::GLuint m_r32f_width; member in class:glcts::ViewportArray::DrawTestBase
H A DglcViewportArrayTests.cpp2501 const GLuint DrawTestBase::m_r32f_width = 16; member in class:glcts::ViewportArray::DrawTestBase
3023 static const GLuint size = m_r32f_width * m_r32f_height;
3031 texture.create(m_r32f_width, m_r32f_height, GL_R32F);
3032 texture.update(m_r32f_width, m_r32f_height, 0 /* depth */, GL_RED, GL_FLOAT, data);
4219 texture_data.resize(m_r32f_width * m_r32f_height);
4385 texture_data.resize(m_r32f_width * m_r32f_height);

Completed in 166 milliseconds