Lines Matching defs:m_log
157 tcu::TestLog& m_log;
180 , m_log (context.getTestContext().getLog())
245 m_log << tcu::TestLog::Message << "Program used with Vertex Array Object" << tcu::TestLog::EndMessage;
246 m_log << *m_vaoProgram;
248 m_log << tcu::TestLog::Message << "Program used with Vertex Array State" << tcu::TestLog::EndMessage;
249 m_log << *m_stateProgram;
652 logVertexArrayState(m_log, m_spec.vao, "Vertex Array Object State");
653 logVertexArrayState(m_log, m_spec.state, "OpenGL Vertex Array State");
657 isOk = tcu::pixelThresholdCompare (m_log, "Results", "Comparison result from rendering with Vertex Array State", stateReference, stateResult, tcu::RGBA(0,0,0,0), tcu::COMPARE_LOG_RESULT);
658 isOk = isOk && tcu::pixelThresholdCompare (m_log, "Results", "Comparison result from rendering with Vertex Array Object", vaoReference, vaoResult, tcu::RGBA(0,0,0,0), tcu::COMPARE_LOG_RESULT);
684 tcu::TestLog& m_log;
706 , m_log (context.getTestContext().getLog())
829 m_log << tcu::TestLog::Message << "Program used with Vertex Array Object" << tcu::TestLog::EndMessage;
830 m_log << *m_vaoProgram;
832 m_log << tcu::TestLog::Message << "Program used with Vertex Array State" << tcu::TestLog::EndMessage;
833 m_log << *m_stateProgram;
1229 logVertexArrayState(m_log, m_spec.vao, "Vertex Array Object State");
1230 logVertexArrayState(m_log, m_spec.state, "OpenGL Vertex Array State");
1234 isOk = tcu::pixelThresholdCompare (m_log, "Results", "Comparison result from rendering with Vertex Array State", stateReference, stateResult, tcu::RGBA(0,0,0,0), tcu::COMPARE_LOG_RESULT);
1235 isOk = isOk && tcu::pixelThresholdCompare (m_log, "Results", "Comparison result from rendering with Vertex Array Object", vaoReference, vaoResult, tcu::RGBA(0,0,0,0), tcu::COMPARE_LOG_RESULT);