Lines Matching refs:testSurface
520 tcu::Surface testSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
523 tcu::Surface* surfaces[2] = {&testSurface, &refSurface};
573 faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), diffMask.getAccess(), kernelRadius);
578 << TestLog::Image("TestImage", "Test image", testSurface.getAccess())
657 tcu::Surface testSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
660 tcu::Surface* surfaces[2] = {&testSurface, &refSurface};
705 verifyImage(testSurface.getAccess(), refSurface.getAccess());
880 tcu::Surface testSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
883 tcu::Surface* surfaces[2] = {&testSurface, &refSurface};
931 verifyImage(testSurface.getAccess(), refSurface.getAccess());
1053 tcu::Surface testSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
1057 glesContext.readPixels(testSurface, 0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
1068 overdrawOk = checkHalfFilledImageOverdraw(log, m_context.getRenderTarget(), testSurface.getAccess(), outputImage.getAccess());
1073 << TestLog::Image("TestImage", "Test image", testSurface.getAccess())
1093 faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), diffMask.getAccess(), kernelRadius);
1098 << TestLog::Image("TestImage", "Test image", testSurface.getAccess())