Lines Matching refs:getLog

157 	glu::CallLogWrapper		gl		(m_context.getRenderContext().getFunctions(), m_testCtx.getLog());  in iterate()
158 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
193 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
194 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
225 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
226 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
232 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial value"); in iterate()
239 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After bind"); in iterate()
254 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After delete"); in iterate()
285 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
286 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
292 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial value"); in iterate()
299 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After bind"); in iterate()
314 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After delete"); in iterate()
345 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
346 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
352 const tcu::ScopedLogSection section(m_testCtx.getLog(), "NonBuffer", "Non-buffer"); in iterate()
368 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Buffer", "Texture buffer"); in iterate()
417 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
418 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
424 const tcu::ScopedLogSection section(m_testCtx.getLog(), "NonBuffer", "Non-buffer"); in iterate()
440 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Buffer", "Texture buffer"); in iterate()
455 const tcu::ScopedLogSection subsection(m_testCtx.getLog(), "Offset0", "Offset 0"); in iterate()
462 const tcu::ScopedLogSection subsection(m_testCtx.getLog(), "Offset256", "Offset 256"); in iterate()
499 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
500 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
506 const tcu::ScopedLogSection section(m_testCtx.getLog(), "NonBuffer", "Non-buffer"); in iterate()
522 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Buffer", "Texture buffer"); in iterate()
537 const tcu::ScopedLogSection subsection(m_testCtx.getLog(), "SizeAll", "Bind whole buffer"); in iterate()
544 const tcu::ScopedLogSection subsection(m_testCtx.getLog(), "Partial", "Partial buffer"); in iterate()