Lines Matching refs:resultImage
207 static bool verifyImageWithVerifier (const tcu::Surface& resultImage, tcu::TestLog& log, const Verifier& verifier, bool logOnSuccess = true)
209 tcu::Surface errorMask (resultImage.getWidth(), resultImage.getHeight());
220 for (int y = 0; y < resultImage.getHeight(); ++y)
221 for (int x = 0; x < resultImage.getWidth(); ++x)
223 const tcu::RGBA color = resultImage.getPixel(x, y);
241 << tcu::TestLog::Image("Result", "Result image", resultImage.getAccess())
249 << tcu::TestLog::Image("Result", "Result image", resultImage.getAccess())
293 bool verifyImage (const tcu::Surface& resultImage);
332 bool NumSamplesCase::verifyImage (const tcu::Surface& resultImage)
334 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), NoRedVerifier());
346 bool verifyImage (const tcu::Surface& resultImage);
413 bool MaxSamplesCase::verifyImage (const tcu::Surface& resultImage)
415 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), NoRedVerifier());
428 bool verifyImage (const tcu::Surface& resultImage);
540 bool SampleIDCase::verifyImage (const tcu::Surface& resultImage)
551 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), FullBlueSomeGreenVerifier());
604 bool verifyImage (const tcu::Surface& resultImage);
691 bool SamplePosDistributionCase::verifyImage (const tcu::Surface& resultImage)
697 if (!verifyImageWithVerifier(resultImage, m_testCtx.getLog(), NoRedVerifier()))
701 if (verifier.m_isStatisticallySignificant && !verifyImageWithVerifier(resultImage, m_testCtx.getLog(), verifier))
906 bool verifyImage (const tcu::Surface& resultImage);
1039 bool SamplePosCorrectnessCase::verifyImage (const tcu::Surface& resultImage)
1041 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), NoRedVerifier());
1063 virtual bool verifyImage (const tcu::Surface& resultImage);
1115 bool SampleMaskBaseCase::verifyImage (const tcu::Surface& resultImage)
1118 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), NoRedVerifier());
1995 bool verifyImage (const tcu::Surface& resultImage);
2141 bool SampleMaskWriteCase::verifyImage (const tcu::Surface& resultImage)
2151 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), ColorVerifier(tcu::Vec3(0.0f, 1.0f, 0.0f)));
2156 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), ColorVerifier(tcu::Vec3(0.0f, 0.0f, 0.0f)));
2161 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), PartialDiscardVerifier());
2170 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), ColorVerifier(tcu::Vec3(0.0f, 1.0f, 0.0f)));
2175 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), ColorVerifier(tcu::Vec3(0.0f, 0.0f, 0.0f)));