Lines Matching defs:log

57 	virtual void	logInfo	(tcu::TestLog& log) const = 0;
81 void logInfo (tcu::TestLog& log) const
84 log << tcu::TestLog::Message
118 void logInfo (tcu::TestLog& log) const
120 log << tcu::TestLog::Message << "Expecting color c = (0.0, x, 1.0), x > 0.0" << tcu::TestLog::EndMessage;
137 void logInfo (tcu::TestLog& log) const
139 log << tcu::TestLog::Message << "Expecting zero-valued red channel." << tcu::TestLog::EndMessage;
149 void logInfo (tcu::TestLog& log) const;
182 void SampleAverageVerifier::logInfo (tcu::TestLog& log) const
184 log << tcu::TestLog::Message << "Expecting average sample position to be near the pixel center. Maximum per-axis distance " << m_distanceThreshold << tcu::TestLog::EndMessage;
201 void logInfo (tcu::TestLog& log) const
203 log << tcu::TestLog::Message << "Expecting color non-zero and non-saturated green channel" << tcu::TestLog::EndMessage;
207 static bool verifyImageWithVerifier (const tcu::Surface& resultImage, tcu::TestLog& log, const Verifier& verifier, bool logOnSuccess = true)
216 log << tcu::TestLog::Message << "Verifying image." << tcu::TestLog::EndMessage;
217 verifier.logInfo(log);
237 verifier.logInfo(log);
239 log << tcu::TestLog::Message << "Image verification failed." << tcu::TestLog::EndMessage
247 log << tcu::TestLog::Message << "Image verification passed." << tcu::TestLog::EndMessage
462 // log the test method and expectations
627 // log the test method and expectations
724 // Check sample range, uniqueness, and distribution, log layers
945 // log the test method and expectations
1169 // log the test method and expectations
1304 // log the test method and expectations
1473 // log the test method and expectations
1693 // log the test method and expectations
2035 // log the test method and expectations