Lines Matching refs:getLog
125 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
126 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
131 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "triangles in, triangle strip … in iterate()
139 m_testCtx.getLog() << program; in iterate()
148 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "points in, line strip out, 5 … in iterate()
156 m_testCtx.getLog() << program; in iterate()
164 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "points in, points out, 50 ver… in iterate()
172 m_testCtx.getLog() << program; in iterate()
251 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
252 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
257 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Query State", "3 vertices, triangles, e… in iterate()
266 m_testCtx.getLog() << program; in iterate()
276 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Query State", "5 vertices, quads, fract… in iterate()
285 m_testCtx.getLog() << program; in iterate()
295 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Query State", "5 vertices, isolines, fr… in iterate()
304 m_testCtx.getLog() << program; in iterate()
352 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
353 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
368 const tcu::ScopedLogSection section(m_testCtx.getLog(), "VtxShader", "Vertex shader"); in iterate()
369 m_testCtx.getLog() << vtxShader; in iterate()
373 const tcu::ScopedLogSection section(m_testCtx.getLog(), "FrgShader", "Fragment shader"); in iterate()
374 m_testCtx.getLog() << frgShader; in iterate()
382 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Initial", "Initial"); in iterate()
389 const tcu::ScopedLogSection section (m_testCtx.getLog(), "SetFalse", "SetFalse"); in iterate()
408 const tcu::ScopedLogSection section (m_testCtx.getLog(), "SetTrue", "SetTrue"); in iterate()
485 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
486 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
494 const tcu::ScopedLogSection section (m_testCtx.getLog(), "OneDimensional", "1D"); in iterate()
497 m_testCtx.getLog() << program; in iterate()
505 const tcu::ScopedLogSection section (m_testCtx.getLog(), "TwoDimensional", "2D"); in iterate()
508 m_testCtx.getLog() << program; in iterate()
516 const tcu::ScopedLogSection section (m_testCtx.getLog(), "TreeDimensional", "3D"); in iterate()
519 m_testCtx.getLog() << program; in iterate()
577 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
578 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
583 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Initial", "Initial"); in iterate()
590 const tcu::ScopedLogSection section (m_testCtx.getLog(), "NoBuffers", "No buffers"); in iterate()
593 m_testCtx.getLog() << program; in iterate()
601 const tcu::ScopedLogSection section (m_testCtx.getLog(), "OneBuffer", "One buffer"); in iterate()
604 m_testCtx.getLog() << program; in iterate()
670 tcu::ResultCollector result (m_testCtx.getLog()); in iterate()
671 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
677 …m_testCtx.getLog() << tcu::TestLog::Message << "Trying to link a broken program." << tcu::TestLog:… in iterate()