Searched refs:specialImage (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 1321 tcu::TextureLevel specialImage (textureFormat, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testFBO() local 1382 …glu::readPixels(m_context.getRenderContext(), 0, 0, ((specialPass) ? (specialImage) : (normalImage… in testFBO() 1399 for (int y = 0; y < specialImage.getHeight(); ++y) in testFBO() 1400 for (int x = 0; x < specialImage.getWidth(); ++x) in testFBO() 1404 const tcu::Vec4 cSpecial = specialImage.getAccess().getPixel(x, y); in testFBO() 1421 …stLog::Image("Image with special green channel", "Image with special green channel", specialImage) in testFBO()
|
/external/deqp/modules/gles3/stress/ |
D | es3sSpecialFloatTests.cpp | 1684 tcu::TextureLevel specialImage (textureFormat, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testFBO() local 1745 …glu::readPixels(m_context.getRenderContext(), 0, 0, ((specialPass) ? (specialImage) : (normalImage… in testFBO() 1762 for (int y = 0; y < specialImage.getHeight(); ++y) in testFBO() 1763 for (int x = 0; x < specialImage.getWidth(); ++x) in testFBO() 1767 const tcu::Vec4 cSpecial = specialImage.getAccess().getPixel(x, y); in testFBO() 1784 …stLog::Image("Image with special green channel", "Image with special green channel", specialImage) in testFBO()
|