• Home
  • Raw
  • Download

Lines Matching refs:resultImage

110 	bool				verifyImage							(const tcu::Surface& resultImage);
140 bool MultisampleShadeCountRenderCase::verifyImage (const tcu::Surface& resultImage) in verifyImage() argument
149 << tcu::TestLog::Image("ResultImage", "Result Image", resultImage.getAccess()) in verifyImage()
158 const tcu::RGBA color = resultImage.getPixel(x, y); in verifyImage()
647 bool verifyImage (const tcu::Surface& resultImage);
749 bool SingleSampleInterpolateAtSampleCase::verifyImage (const tcu::Surface& resultImage) in verifyImage() argument
751 return verifyGreenImage(resultImage, m_testCtx.getLog()); in verifyImage()
839 bool verifyImage (const tcu::Surface& resultImage);
922 bool CentroidQualifierAtSampleCase::verifyImage (const tcu::Surface& resultImage) in verifyImage() argument
924 return verifyGreenImage(resultImage, m_testCtx.getLog()); in verifyImage()
942 bool verifyImage (const tcu::Surface& resultImage);
1020 bool InterpolateAtSampleIDCase::verifyImage (const tcu::Surface& resultImage) in verifyImage() argument
1022 return verifyGreenImage(resultImage, m_testCtx.getLog()); in verifyImage()
1049 bool verifyImage (const tcu::Surface& resultImage);
1182 bool InterpolateAtCentroidCase::verifyImage (const tcu::Surface& resultImage) in verifyImage() argument
1184 return verifyGreenImage(resultImage, m_testCtx.getLog()); in verifyImage()
1211 bool verifyImage (const tcu::Surface& resultImage);
1326 bool InterpolateAtOffsetCase::verifyImage (const tcu::Surface& resultImage) in verifyImage() argument
1328 return verifyGreenImage(resultImage, m_testCtx.getLog()); in verifyImage()
1346 bool verifyImage (const tcu::Surface& resultImage);
1425 bool InterpolateAtSamplePositionCase::verifyImage (const tcu::Surface& resultImage) in verifyImage() argument
1427 return verifyGreenImage(resultImage, m_testCtx.getLog()); in verifyImage()