Lines Matching refs:getLog

216 		m_testCtx.getLog() << *m_program;  in init()
293 tcu::ScopedLogSection section (m_testCtx.getLog(), "CalibrationInfo", "Calibration info"); in calibrate()
305 …m_testCtx.getLog() << TestLog::Message << "Calibrating shader iteration count, target duration = "… in calibrate()
322 …m_testCtx.getLog() << TestLog::Message << "Duration with " << curIterCount << " iterations = " << … in calibrate()
356 …m_testCtx.getLog() << TestLog::Integer("ShaderIterCount", "Shader iteration count", "", QP_KEY_TAG… in calibrate()
365 …m_testCtx.getLog() << TestLog::Message << "Calibrating maximum draw call count, target duration = … in calibrate()
383 …m_testCtx.getLog() << TestLog::Message << "Duration with " << curDrawCount << " draw calls = " << … in calibrate()
417 …m_testCtx.getLog() << TestLog::Integer("MaxDrawCalls", "Maximum number of draw calls", "", QP_KEY_… in calibrate()
494 tcu::ScopedLogSection section (m_testCtx.getLog(), "Samples", "Samples"); in analyzeResults()
500 m_testCtx.getLog() << *iter; in analyzeResults()
503 …m_testCtx.getLog() << TestLog::Float("WaitCoefficient", "Wait coefficient", "", QP_KEY_TAG_NONE… in analyzeResults()
515 …m_testCtx.getLog() << TestLog::Message << "Wait time is" << (waitCorrelated ? "" : " NOT") << " co… in analyzeResults()
517 …m_testCtx.getLog() << TestLog::Message << "Warning: Wait time correlation to rendering workload si… in analyzeResults()
520 …m_testCtx.getLog() << TestLog::Message << "Read time is" << (readCorrelated ? "" : " NOT") << " co… in analyzeResults()
522 …m_testCtx.getLog() << TestLog::Message << "Warning: Read time correlation to rendering workload si… in analyzeResults()
538 …m_testCtx.getLog() << TestLog::Message << "ERROR: Expected " << name << " coefficient to be " << c… in analyzeResults()
575 m_testCtx.getLog() << e; in iterate()
579 m_testCtx.getLog() << TestLog::Message in iterate()
639 …m_testCtx.getLog() << TestLog::Message << int(WAIT_TIME_MS) << " ms busy wait" << TestLog::EndMess… in init()
660 m_testCtx.getLog() << TestLog::Message << "Single call to glFlush()" << TestLog::EndMessage; in init()
681 …m_testCtx.getLog() << TestLog::Message << "glFlush() followed by " << int(WAIT_TIME_MS) << " ms bu… in init()
703 m_testCtx.getLog() << TestLog::Message << "Single call to glFinish()" << TestLog::EndMessage; in init()
724 …m_testCtx.getLog() << TestLog::Message << "glFinish() followed by " << int(WAIT_TIME_MS) << " ms b… in init()