Lines Matching refs:getLog
214 m_testCtx.getLog() << *m_program; in init()
291 tcu::ScopedLogSection section (m_testCtx.getLog(), "CalibrationInfo", "Calibration info"); in calibrate()
301 …m_testCtx.getLog() << TestLog::Message << "Calibrating shader iteration count, target duration = "… in calibrate()
316 …m_testCtx.getLog() << TestLog::Message << "Duration with " << curIterCount << " iterations = " << … in calibrate()
345 …m_testCtx.getLog() << TestLog::Integer("ShaderIterCount", "Shader iteration count", "", QP_KEY_TAG… in calibrate()
354 …m_testCtx.getLog() << TestLog::Message << "Calibrating maximum draw call count, target duration = … in calibrate()
370 …m_testCtx.getLog() << TestLog::Message << "Duration with " << curDrawCount << " draw calls = " << … in calibrate()
399 …m_testCtx.getLog() << TestLog::Integer("MaxDrawCalls", "Maximum number of draw calls", "", QP_KEY_… in calibrate()
476 tcu::ScopedLogSection section (m_testCtx.getLog(), "Samples", "Samples"); in analyzeResults()
482 m_testCtx.getLog() << *iter; in analyzeResults()
485 …m_testCtx.getLog() << TestLog::Float("WaitCoefficient", "Wait coefficient", "", QP_KEY_TAG_NONE… in analyzeResults()
497 …m_testCtx.getLog() << TestLog::Message << "Wait time is" << (waitCorrelated ? "" : " NOT") << " co… in analyzeResults()
499 …m_testCtx.getLog() << TestLog::Message << "Warning: Wait time correlation to rendering workload si… in analyzeResults()
502 …m_testCtx.getLog() << TestLog::Message << "Read time is" << (readCorrelated ? "" : " NOT") << " co… in analyzeResults()
504 …m_testCtx.getLog() << TestLog::Message << "Warning: Read time correlation to rendering workload si… in analyzeResults()
520 …m_testCtx.getLog() << TestLog::Message << "ERROR: Expected " << name << " coefficient to be " << c… in analyzeResults()
557 m_testCtx.getLog() << e; in iterate()
561 m_testCtx.getLog() << TestLog::Message in iterate()
621 …m_testCtx.getLog() << TestLog::Message << int(WAIT_TIME_MS) << " ms busy wait" << TestLog::EndMess… in init()
642 m_testCtx.getLog() << TestLog::Message << "Single call to glFlush()" << TestLog::EndMessage; in init()
663 …m_testCtx.getLog() << TestLog::Message << "glFlush() followed by " << int(WAIT_TIME_MS) << " ms bu… in init()
685 m_testCtx.getLog() << TestLog::Message << "Single call to glFinish()" << TestLog::EndMessage; in init()
706 …m_testCtx.getLog() << TestLog::Message << "glFinish() followed by " << int(WAIT_TIME_MS) << " ms b… in init()