Home
last modified time | relevance | path

Searched refs:m_color_texture_width (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp1856 const glw::GLuint GLSLTestBase::m_color_texture_width = 16; member in gl4cts::GLSL420Pack::GLSLTestBase
1966 const GLuint texture_data_size = m_color_texture_width * m_color_texture_height; in checkResults()
1997 …color_texture.create(m_color_texture_width, m_color_texture_height, m_color_texture_internal_forma… in prepareFramebuffer()
1999 …framebuffer.attachTexture(GL_COLOR_ATTACHMENT0, color_texture.m_id, m_color_texture_width, m_color… in prepareFramebuffer()
2012 …color_texture.create(m_color_texture_width, m_color_texture_height, m_color_texture_internal_forma… in prepareImage()
2101 gl.dispatchCompute(m_color_texture_width, m_color_texture_height, 1); in testCompute()
Dgl4cShadingLanguage420PackTests.hpp553 static const glw::GLuint m_color_texture_width; member in gl4cts::GLSL420Pack::GLSLTestBase