Lines Matching refs:m_testCtx

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