Home | History | Annotate | Download | only in glshared

Lines Matching refs:TestLog

71 using tcu::TestLog;
355 IterationLogSectionEmitter (tcu::TestLog& log, size_t testIteration, size_t testIterations, const std::string& description, bool enabled);
361 tcu::TestLog& m_log;
365 IterationLogSectionEmitter::IterationLogSectionEmitter (tcu::TestLog& log, size_t testIteration, size_t testIterations, const std::string& description, bool enabled)
377 m_log << tcu::TestLog::Section(buf.str(), buf.str());
384 m_log << tcu::TestLog::EndSection;
2010 << tcu::TestLog::Message
2016 << tcu::TestLog::EndMessage;
2060 << tcu::TestLog::Message
2067 << tcu::TestLog::EndMessage;
3267 m_testCtx.getLog() << TestLog::Message << spec.getMultilineDesc() << TestLog::EndMessage;
3268 m_testCtx.getLog() << TestLog::Message << TestLog::EndMessage; // extra line for clarity
3375 m_testCtx.getLog() << TestLog::Message << "Got error: " << err.what() << TestLog::EndMessage;
3567 static bool edgeRelaxedImageCompare (tcu::TestLog& log, const char* imageSetName, const char* imageSetDesc, const tcu::Surface& reference, const tcu::Surface& result, const tcu::IVec3& compareThreshold, const tcu::IVec3& renderTargetThreshold, int maxAllowedInvalidPixels)
3632 log << TestLog::Message
3637 << TestLog::EndMessage;
3641 log << TestLog::Message
3643 << TestLog::EndMessage
3644 << TestLog::ImageSet(imageSetName, imageSetDesc)
3645 << TestLog::Image("Result", "Result", result)
3646 << TestLog::Image("Reference", "Reference", reference)
3647 << TestLog::Image("ErrorMask", "Error mask", errorMask)
3648 << TestLog::EndImageSet;
3654 log << TestLog::ImageSet(imageSetName, imageSetDesc)
3655 << TestLog::Image("Result", "Result", result)
3656 << TestLog::EndImageSet;
3662 static bool intersectionRelaxedLineImageCompare (tcu::TestLog& log, const char* imageSetName, const char* imageSetDesc, const tcu::Surface& reference, const tcu::Surface& result, const tcu::IVec3& compareThreshold, int maxAllowedInvalidPixels)
3729 log << TestLog::Message
3734 << TestLog::EndMessage;
3738 log << TestLog::Message
3740 << TestLog::EndMessage
3741 << TestLog::ImageSet(imageSetName, imageSetDesc)
3742 << TestLog::Image("Result", "Result", result)
3743 << TestLog::Image("Reference", "Reference", reference)
3744 << TestLog::Image("ErrorMask", "Error mask", errorMask)
3745 << TestLog::EndImageSet;
3751 log << TestLog::ImageSet(imageSetName, imageSetDesc)
3752 << TestLog::Image("Result", "Result", result)
3753 << TestLog::EndImageSet;
3767 m_testCtx.getLog() << tcu::TestLog::Message << "Warning: Comparision of result from multisample render targets are not as stricts as without multisampling. Might produce false positives!" << tcu::TestLog::EndMessage;