Home | History | Annotate | Download | only in functional

Lines Matching defs:m_refColorBuffer

116 	TextureLevel*			m_refColorBuffer;
145 , m_refColorBuffer (DE_NULL)
225 DE_ASSERT(!m_refColorBuffer);
238 m_refColorBuffer = new TextureLevel(TextureFormat(useSRGB ? TextureFormat::sRGBA : TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_viewportWidth, m_viewportHeight);
294 delete m_refColorBuffer;
298 m_refColorBuffer = DE_NULL;
451 const tcu::PixelBufferAccess colorAccess = gls::FragmentOpUtil::getMultisampleAccess(m_refColorBuffer->getAccess());
458 tcu::clear(*m_refColorBuffer, tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f));
502 getLinearAccess(m_refColorBuffer->getAccess()),
512 getLinearAccess(m_refColorBuffer->getAccess()),