Home | History | Annotate | Download | only in functional

Lines Matching refs:getLog

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