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())
295 bool verifyImage (const tcu::Surface& resultImage);
336 bool NumSamplesCase::verifyImage (const tcu::Surface& resultImage)
338 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), NoRedVerifier());
350 bool verifyImage (const tcu::Surface& resultImage);
419 bool MaxSamplesCase::verifyImage (const tcu::Surface& resultImage)
421 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), NoRedVerifier());
434 bool verifyImage (const tcu::Surface& resultImage);
548 bool SampleIDCase::verifyImage (const tcu::Surface& resultImage)
559 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), FullBlueSomeGreenVerifier());
612 bool verifyImage (const tcu::Surface& resultImage);
701 bool SamplePosDistributionCase::verifyImage (const tcu::Surface& resultImage)
707 if (!verifyImageWithVerifier(resultImage, m_testCtx.getLog(), NoRedVerifier()))
711 if (verifier.m_isStatisticallySignificant && !verifyImageWithVerifier(resultImage, m_testCtx.getLog(), verifier))
916 bool verifyImage (const tcu::Surface& resultImage);
1056 bool SamplePosCorrectnessCase::verifyImage (const tcu::Surface& resultImage)
1058 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), NoRedVerifier());
1080 virtual bool verifyImage (const tcu::Surface& resultImage);
1133 bool SampleMaskBaseCase::verifyImage (const tcu::Surface& resultImage)
1136 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), NoRedVerifier());
2017 bool verifyImage (const tcu::Surface& resultImage);
2164 bool SampleMaskWriteCase::verifyImage (const tcu::Surface& resultImage)
2174 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), ColorVerifier(tcu::Vec3(0.0f, 1.0f, 0.0f)));
2179 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), ColorVerifier(tcu::Vec3(0.0f, 0.0f, 0.0f)));
2184 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), PartialDiscardVerifier());
2193 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), ColorVerifier(tcu::Vec3(0.0f, 1.0f, 0.0f)));
2198 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), ColorVerifier(tcu::Vec3(0.0f, 0.0f, 0.0f)));