Lines Matching refs:m_width
85 const int m_width; member in deqp::gles3::Functional::__anon37546d670111::ReadPixelsTest
103 , m_width (13) in ReadPixelsTest()
233 GLU_CHECK_CALL(glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA32UI, m_width, m_height)); in clearColor()
239 GLU_CHECK_CALL(glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA32I, m_width, m_height)); in clearColor()
313 const int rowWidth = (m_rowLength == 0 ? m_width : m_rowLength) + m_skipPixels; in clearColor()
318 GLU_CHECK_CALL(glReadPixels(0, 0, m_width, m_height, m_format, m_type, &(pixelData[0]))); in clearColor()
335 tcu::Texture2D reference(format, m_width, m_height); in iterate()
350 GLU_CHECK_CALL(glViewport(0, 0, m_width, m_height)); in iterate()
355 const int rowWidth = (m_rowLength == 0 ? m_width : m_rowLength); in iterate()
357 …const tcu::ConstPixelBufferAccess resultAccess = tcu::ConstPixelBufferAccess(format, m_width, m_he… in iterate()
369 … (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), m_width, m_height); in iterate()
370 … (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), m_width, m_height); in iterate()