Lines Matching refs:m_format
73 GLint m_format; member in deqp::gles3::Functional::__anone9c8d37e0111::ReadPixelsTest
91 , m_format (format) in ReadPixelsTest()
198 GLU_CHECK_CALL(glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &m_format)); in getFormatInfo()
202 format = glu::mapGLTransferFormat(m_format, m_type); in getFormatInfo()
241 if (m_format == GL_RGBA_INTEGER) in clearColor()
263 else if (m_format == GL_RGBA || m_format == GL_BGRA || m_format == GL_RGB) in clearColor()
273 if (m_format == GL_RGBA || m_format == GL_BGRA || m_format == GL_RGB) in clearColor()
292 else if (m_format == GL_RGBA_INTEGER) in clearColor()
341 GLU_CHECK_CALL(glReadPixels(0, 0, m_width, m_height, m_format, m_type, &(pixelData[0]))); in clearColor()
357 …m_testCtx.getLog() << tcu::TestLog::Message << "Format: " << glu::getPixelFormatStr(m_format) << "… in iterate()
383 if (m_format != GL_RGBA_INTEGER && m_context.getRenderTarget().getNumSamples() > 1) in iterate()