• Home
  • Raw
  • Download

Lines Matching refs:getLog

143 	glu::CallLogWrapper			gl						(m_context.getRenderContext().getFunctions(), m_testCtx.getLog());  in iterate()
144 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
149 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "triangles in, triangle strip … in iterate()
157 m_testCtx.getLog() << program; in iterate()
166 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "points in, line strip out, 5 … in iterate()
174 m_testCtx.getLog() << program; in iterate()
182 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "points in, points out, 50 ver… in iterate()
190 m_testCtx.getLog() << program; in iterate()
265 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
266 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
271 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Query State", "3 vertices, triangles, e… in iterate()
280 m_testCtx.getLog() << program; in iterate()
290 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Query State", "5 vertices, quads, fract… in iterate()
299 m_testCtx.getLog() << program; in iterate()
309 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Query State", "5 vertices, isolines, fr… in iterate()
318 m_testCtx.getLog() << program; in iterate()
364 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
365 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
381 const tcu::ScopedLogSection section(m_testCtx.getLog(), "VtxShader", "Vertex shader"); in iterate()
382 m_testCtx.getLog() << vtxShader; in iterate()
386 const tcu::ScopedLogSection section(m_testCtx.getLog(), "FrgShader", "Fragment shader"); in iterate()
387 m_testCtx.getLog() << frgShader; in iterate()
395 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Initial", "Initial"); in iterate()
402 const tcu::ScopedLogSection section (m_testCtx.getLog(), "SetFalse", "SetFalse"); in iterate()
421 const tcu::ScopedLogSection section (m_testCtx.getLog(), "SetTrue", "SetTrue"); in iterate()
495 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
496 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
501 const tcu::ScopedLogSection section (m_testCtx.getLog(), "OneDimensional", "1D"); in iterate()
504 m_testCtx.getLog() << program; in iterate()
512 const tcu::ScopedLogSection section (m_testCtx.getLog(), "TwoDimensional", "2D"); in iterate()
515 m_testCtx.getLog() << program; in iterate()
523 const tcu::ScopedLogSection section (m_testCtx.getLog(), "TreeDimensional", "3D"); in iterate()
526 m_testCtx.getLog() << program; in iterate()
579 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
580 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
585 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Initial", "Initial"); in iterate()
592 const tcu::ScopedLogSection section (m_testCtx.getLog(), "NoBuffers", "No buffers"); in iterate()
595 m_testCtx.getLog() << program; in iterate()
603 const tcu::ScopedLogSection section (m_testCtx.getLog(), "OneBuffer", "One buffer"); in iterate()
606 m_testCtx.getLog() << program; in iterate()
674 tcu::ResultCollector result (m_testCtx.getLog()); in iterate()
675 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
681 …m_testCtx.getLog() << tcu::TestLog::Message << "Trying to link a broken program." << tcu::TestLog:… in iterate()