Home | History | Annotate | Download | only in functional

Lines Matching refs:getLog

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;
130 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial");
135 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Set", "Set");
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");
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");
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");