Lines Matching defs:log
220 void log (tcu::TestLog& testLog) const
361 auto& log = m_context.getTestContext().getLog();
445 m_params.log(log);
446 log
628 log
645 if (!tcu::dsThresholdCompare(log, "DepthResult", "", depthReferenceAccess, depthResultAccess, depthThreshold, tcu::COMPARE_LOG_ON_ERROR))
647 log << tcu::TestLog::Message << "Depth buffer failed: expected " << expectedDepth << " (threshold " << depthThreshold
652 if (!tcu::floatThresholdCompare(log, "ColorResult", "", expectedColor, colorResultAccess, colorThreshold, tcu::COMPARE_LOG_ON_ERROR))
654 log << tcu::TestLog::Message << "Color buffer failed: expected " << expectedColor << " (threshold " << colorThreshold
660 return tcu::TestStatus::fail("Failed -- check log for details");