Home | History | Annotate | Download | only in functional

Lines Matching refs:resultImage

69 		log	<< tcu::TestLog::Image("ResultImage", "Result Image", image.getAccess())
74 log << tcu::TestLog::Image("ResultImage", "Result Image", image.getAccess())
97 bool verifyImage (const tcu::Surface& resultImage);
127 bool MultisampleShadeCountRenderCase::verifyImage (const tcu::Surface& resultImage)
136 << tcu::TestLog::Image("ResultImage", "Result Image", resultImage.getAccess())
145 const tcu::RGBA color = resultImage.getPixel(x, y);
634 bool verifyImage (const tcu::Surface& resultImage);
736 bool SingleSampleInterpolateAtSampleCase::verifyImage (const tcu::Surface& resultImage)
738 return verifyGreenImage(resultImage, m_testCtx.getLog());
826 bool verifyImage (const tcu::Surface& resultImage);
905 bool CentroidQualifierAtSampleCase::verifyImage (const tcu::Surface& resultImage)
907 return verifyGreenImage(resultImage, m_testCtx.getLog());
925 bool verifyImage (const tcu::Surface& resultImage);
999 bool InterpolateAtSampleIDCase::verifyImage (const tcu::Surface& resultImage)
1001 return verifyGreenImage(resultImage, m_testCtx.getLog());
1028 bool verifyImage (const tcu::Surface& resultImage);
1155 bool InterpolateAtCentroidCase::verifyImage (const tcu::Surface& resultImage)
1157 return verifyGreenImage(resultImage, m_testCtx.getLog());
1184 bool verifyImage (const tcu::Surface& resultImage);
1299 bool InterpolateAtOffsetCase::verifyImage (const tcu::Surface& resultImage)
1301 return verifyGreenImage(resultImage, m_testCtx.getLog());
1319 bool verifyImage (const tcu::Surface& resultImage);
1394 bool InterpolateAtSamplePositionCase::verifyImage (const tcu::Surface& resultImage)
1396 return verifyGreenImage(resultImage, m_testCtx.getLog());