Lines Matching refs:m_testCtx

147 	glu::CallLogWrapper			gl						(m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
148 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ");
153 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "triangles in, triangle strip out, 3 vertices");
161 m_testCtx.getLog() << program;
170 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "points in, line strip out, 5 vertices");
178 m_testCtx.getLog() << program;
186 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "points in, points out, 50 vertices");
194 m_testCtx.getLog() << program;
201 result.setTestContextResult(m_testCtx);
269 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
270 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ");
275 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Query State", "3 vertices, triangles, equal_spacing, cw");
284 m_testCtx.getLog() << program;
294 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Query State", "5 vertices, quads, fractional_even_spacing, ccw");
303 m_testCtx.getLog() << program;
313 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Query State", "5 vertices, isolines, fractional_odd_spacing, ccw, point_mode");
322 m_testCtx.getLog() << program;
331 result.setTestContextResult(m_testCtx);
371 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
372 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ");
388 const tcu::ScopedLogSection section(m_testCtx.getLog(), "VtxShader", "Vertex shader");
389 m_testCtx.getLog() << vtxShader;
393 const tcu::ScopedLogSection section(m_testCtx.getLog(), "FrgShader", "Fragment shader");
394 m_testCtx.getLog() << frgShader;
402 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Initial", "Initial");
409 const tcu::ScopedLogSection section (m_testCtx.getLog(), "SetFalse", "SetFalse");
431 const tcu::ScopedLogSection section (m_testCtx.getLog(), "SetTrue", "SetTrue");
452 result.setTestContextResult(m_testCtx);
508 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
509 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ");
514 const tcu::ScopedLogSection section (m_testCtx.getLog(), "OneDimensional", "1D");
517 m_testCtx.getLog() << program;
525 const tcu::ScopedLogSection section (m_testCtx.getLog(), "TwoDimensional", "2D");
528 m_testCtx.getLog() << program;
536 const tcu::ScopedLogSection section (m_testCtx.getLog(), "TreeDimensional", "3D");
539 m_testCtx.getLog() << program;
546 result.setTestContextResult(m_testCtx);
592 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
593 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ");
598 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Initial", "Initial");
605 const tcu::ScopedLogSection section (m_testCtx.getLog(), "NoBuffers", "No buffers");
608 m_testCtx.getLog() << program;
616 const tcu::ScopedLogSection section (m_testCtx.getLog(), "OneBuffer", "One buffer");
619 m_testCtx.getLog() << program;
626 result.setTestContextResult(m_testCtx);
687 tcu::ResultCollector result (m_testCtx.getLog());
688 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
694 m_testCtx.getLog() << tcu::TestLog::Message << "Trying to link a broken program." << tcu::TestLog::EndMessage;
702 result.setTestContextResult(m_testCtx);