Lines Matching defs:log
73 * should be returned Program info log may contain information about link /
226 * updates the pipeline info log. It may or may not contain information about
551 TestLog& log = m_testCtx.getLog();
559 log << TestLog::Message << "Begin:CreateShadProgCase iterate" << TestLog::EndMessage;
688 TestLog& log = m_testCtx.getLog();
703 log << TestLog::Message << "Begin:UseProgStagesCase iterate" << TestLog::EndMessage;
882 bufSize = value / 2; // read half the log
907 TestLog& log = m_testCtx.getLog();
921 log << TestLog::Message << "Begin:PipelineApiCase iterate" << TestLog::EndMessage;
1390 TestLog& log = m_testCtx.getLog();
1415 log << TestLog::Message << "Begin:ProgramUniformCase iterate" << TestLog::EndMessage;
1649 TestLog& log = m_testCtx.getLog();
1674 log << TestLog::Message << "Begin:ProgramUniformCase for Matrix iterate" << TestLog::EndMessage;
2001 // Log the program info log
2004 TestLog& log = m_testCtx.getLog();
2015 log << TestLog::Message << "Program Log:\n" << &infoLogBuf[0] << TestLog::EndMessage;
2183 TestLog& log = m_testCtx.getLog();
2198 log << TestLog::Message << "Begin:StateInteractionCase iterate" << TestLog::EndMessage;
2502 log << TestLog::Message << "Matched input and output variables should validate successfully.\n"
2529 log << TestLog::Message << "Mismatched input and output variables; validation should "
2621 // Log the program info log
2624 TestLog& log = m_testCtx.getLog();
2635 log << TestLog::Message << "Program Log:\n" << &infoLogBuf[0] << TestLog::EndMessage;
2657 TestLog& log = m_testCtx.getLog();
2729 log << TestLog::Message << "vertex shader precision: " << vertexPrecision
2732 log << TestLog::Message << "fragment shader precision: " << fragmentPrecision
2766 log.startShaderProgram(
2768 log.writeShader(QP_SHADER_TYPE_VERTEX, vtx.c_str(), true, "");
2769 log.writeShader(QP_SHADER_TYPE_FRAGMENT, frag.c_str(), true, "");
2770 log.endShaderProgram();
2775 log << TestLog::Message << "Precision mismatch, Pipeline validation status GL_FALSE -> OK"
2787 log.startShaderProgram(false, str.str().c_str());
2788 log.writeShader(QP_SHADER_TYPE_VERTEX, vtx.c_str(), true, "");
2789 log.writeShader(QP_SHADER_TYPE_FRAGMENT, frag.c_str(), true, "");
2790 log.endShaderProgram();
2795 log << TestLog::Message << "Precision " << (precisionCompareResult ? "mismatch" : "matches")
2829 log << progVF;
2830 log << TestLog::Message << "Non separable program link status GL_FALSE expected GL_TRUE"