Lines Matching defs:verifier
207 static bool verifyImageWithVerifier (const tcu::Surface& resultImage, tcu::TestLog& log, const Verifier& verifier, bool logOnSuccess = true)
217 verifier.logInfo(log);
226 if (!verifier.verify(color, tcu::IVec2(x,y)))
237 verifier.logInfo(log);
704 SampleAverageVerifier verifier (sampleCount);
711 if (verifier.m_isStatisticallySignificant && !verifyImageWithVerifier(resultImage, m_testCtx.getLog(), verifier))
818 const SampleAverageVerifier verifier (m_numTargetSamples);
826 if (verifier.m_isStatisticallySignificant)
829 verifier.logInfo(m_testCtx.getLog());
852 if (!verifier.verify(tcu::RGBA(colorSum.x(), colorSum.y(), colorSum.z(), 0), tcu::IVec2(x, y)))