Home | History | Annotate | Download | only in functional

Lines Matching refs:getLog

138 		shaderExecutor->log(m_testCtx.getLog());
145 m_testCtx.getLog() << TestLog::Integer(m_varName, m_varName, "", QP_KEY_TAG_NONE, result);
149 m_testCtx.getLog() << TestLog::Message << "ERROR: Expected " << m_varName << " = " << reference << TestLog::EndMessage
151 shaderExecutor->log(m_testCtx.getLog());
266 m_testCtx.getLog() << tcu::TestLog::Message << "glDepthRangef(" << m_depthRange.zNear << ", " << m_depthRange.zFar << ")" << tcu::TestLog::EndMessage;
295 TestLog& log = m_testCtx.getLog();
392 TestLog& log = m_testCtx.getLog();
482 TestLog& log = m_testCtx.getLog();
606 TestLog& log = m_testCtx.getLog();
782 m_testCtx.getLog() << *m_program;
999 tcu::ScopedLogSection logSection (m_testCtx.getLog(), "Iter0", "glDrawArrays()");
1016 tcu::ScopedLogSection logSection (m_testCtx.getLog(), "Iter1", "glDrawElements(), indices in client-side array");
1039 tcu::ScopedLogSection logSection (m_testCtx.getLog(), "Iter2", "glDrawElements(), indices in buffer");
1067 if (!tcu::fuzzyCompare(m_testCtx.getLog(), "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT))