Home | History | Annotate | Download | only in functional

Lines Matching refs:testSurface

523 	tcu::Surface					testSurface	(TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
526 tcu::Surface* surfaces[2] = {&testSurface, &refSurface};
576 faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), diffMask.getAccess(), kernelRadius);
581 << TestLog::Image("TestImage", "Test image", testSurface.getAccess())
660 tcu::Surface testSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
663 tcu::Surface* surfaces[2] = {&testSurface, &refSurface};
708 verifyImage(testSurface.getAccess(), refSurface.getAccess());
884 tcu::Surface testSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
887 tcu::Surface* surfaces[2] = {&testSurface, &refSurface};
935 verifyImage(testSurface.getAccess(), refSurface.getAccess());
1057 tcu::Surface testSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
1061 glesContext.readPixels(testSurface, 0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
1072 overdrawOk = checkHalfFilledImageOverdraw(log, m_context.getRenderTarget(), testSurface.getAccess(), outputImage.getAccess());
1077 << TestLog::Image("TestImage", "Test image", testSurface.getAccess())
1097 faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), diffMask.getAccess(), kernelRadius);
1102 << TestLog::Image("TestImage", "Test image", testSurface.getAccess())