Lines Matching refs:log
118 static void logRenderTargetInfo (TestLog& log, const tcu::RenderTarget& renderTarget)
120 log << TestLog::Section("RenderTarget", "Render target")
132 log << TestLog::Message << renderTarget.getNumSamples() << "x MSAA" << TestLog::EndMessage;
134 log << TestLog::Message << "No MSAA" << TestLog::EndMessage;
136 log << TestLog::EndSection;
141 tcu::TestLog& log = m_testCtx.getLog();
148 logRenderTargetInfo(log, m_renderCtx.getRenderTarget());
150 m_measurer.logParameters(log);
151 log << *m_program;
155 log << *m_program;