Lines Matching refs:getLog

103 	glu::CallLogWrapper			gl			(m_context.getRenderContext().getFunctions(), m_testCtx.getLog());  in iterate()
104 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
107 const tcu::ScopedLogSection section(m_testCtx.getLog(), "VtxProg", "Vertex program"); in iterate()
108 m_testCtx.getLog() << vtxProgram; in iterate()
112 const tcu::ScopedLogSection section(m_testCtx.getLog(), "FrgProg", "Fragment program"); in iterate()
113 m_testCtx.getLog() << frgProgram; in iterate()
130 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in iterate()
135 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Set", "Set"); in iterate()
166 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
167 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
188 const tcu::ScopedLogSection section(m_testCtx.getLog(), "program", "Program"); in iterate()
189 m_testCtx.getLog() << program; in iterate()
196 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Initial", "Initial"); in iterate()
206 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Set", "Set"); in iterate()
242 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
243 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
246 const tcu::ScopedLogSection section(m_testCtx.getLog(), "VtxProg", "Vertex program"); in iterate()
247 m_testCtx.getLog() << vtxProgram; in iterate()
251 const tcu::ScopedLogSection section(m_testCtx.getLog(), "FrgProg", "Fragment program"); in iterate()
252 m_testCtx.getLog() << frgProgram; in iterate()
268 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in iterate()
273 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Set", "Validate"); in iterate()
311 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
312 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
315 const tcu::ScopedLogSection section(m_testCtx.getLog(), "VtxProg", "Vertex program"); in iterate()
316 m_testCtx.getLog() << vtxProgram; in iterate()
320 const tcu::ScopedLogSection section(m_testCtx.getLog(), "FrgProg", "Fragment program"); in iterate()
321 m_testCtx.getLog() << frgProgram; in iterate()
330 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Initial", "Initial"); in iterate()
351 …const tcu::ScopedLogSection superSection (m_testCtx.getLog(), "ValidationFail", "Failed validat… in iterate()