Lines Matching refs:resultImage
118 bool verifyImage (const tcu::Surface& resultImage);
148 bool MultisampleShadeCountRenderCase::verifyImage (const tcu::Surface& resultImage)
157 << tcu::TestLog::Image("ResultImage", "Result Image", resultImage.getAccess())
166 const tcu::RGBA color = resultImage.getPixel(x, y);
655 bool verifyImage (const tcu::Surface& resultImage);
757 bool SingleSampleInterpolateAtSampleCase::verifyImage (const tcu::Surface& resultImage)
759 return verifyGreenImage(resultImage, m_testCtx.getLog());
847 bool verifyImage (const tcu::Surface& resultImage);
930 bool CentroidQualifierAtSampleCase::verifyImage (const tcu::Surface& resultImage)
932 return verifyGreenImage(resultImage, m_testCtx.getLog());
950 bool verifyImage (const tcu::Surface& resultImage);
1028 bool InterpolateAtSampleIDCase::verifyImage (const tcu::Surface& resultImage)
1030 return verifyGreenImage(resultImage, m_testCtx.getLog());
1057 bool verifyImage (const tcu::Surface& resultImage);
1190 bool InterpolateAtCentroidCase::verifyImage (const tcu::Surface& resultImage)
1192 return verifyGreenImage(resultImage, m_testCtx.getLog());
1219 bool verifyImage (const tcu::Surface& resultImage);
1334 bool InterpolateAtOffsetCase::verifyImage (const tcu::Surface& resultImage)
1336 return verifyGreenImage(resultImage, m_testCtx.getLog());
1354 bool verifyImage (const tcu::Surface& resultImage);
1433 bool InterpolateAtSamplePositionCase::verifyImage (const tcu::Surface& resultImage)
1435 return verifyGreenImage(resultImage, m_testCtx.getLog());