Lines Matching defs:log
280 TestLog& log = m_testCtx.getLog();
303 log << program;
350 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
374 TestLog& log = m_testCtx.getLog();
397 log << program;
442 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
461 TestLog& log = m_testCtx.getLog();
506 log << program;
559 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
582 TestLog& log = m_testCtx.getLog();
609 log << program;
675 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);