Home | History | Annotate | Download | only in glshared

Lines Matching refs:TestLog

63 using tcu::TestLog;
1842 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;
1910 tcu::TestLog& log = m_testCtx.getLog();
1913 log << TestLog::Message << "Image comparison failed, threshold = (" << m_maxDiffRed << ", " << m_maxDiffGreen << ", " << m_maxDiffBlue << ")" << TestLog::EndMessage;
1914 log << TestLog::ImageSet("Compare result", "Result of rendering")
1915 << TestLog::Image("Result", "Result", screen)
1916 << TestLog::Image("Reference", "Reference", ref)
1917 << TestLog::Image("ErrorMask", "Error mask", error)
1918 << TestLog::EndImageSet;
1922 log << TestLog::ImageSet("Compare result", "Result of rendering")
1923 << TestLog::Image("Result", "Result", screen)
1924 << TestLog::EndImageSet;
2054 m_testCtx.getLog() << TestLog::Message << m_spec.getDesc() << TestLog::EndMessage;
2147 m_testCtx.getLog() << TestLog::Message << "Got error: " << err.what() << TestLog::EndMessage;