Home | History | Annotate | Download | only in functional

Lines Matching refs:infoLog

137 	info.infoLog.clear();
162 std::vector<char> infoLog(infoLogLen);
163 gl.getShaderInfoLog(shader, (int)infoLog.size(), &unusedLen, &infoLog[0]);
164 info.infoLog = std::string(&infoLog[0], infoLogLen);
291 log << TestLog::Shader(getLogShaderType(shader.getType()), info.source, info.compileOk, info.infoLog);
817 if (programInfo.infoLog != reference.infoLog)
819 log << TestLog::Message << "Fail, program infolog changed." << TestLog::EndMessage;
820 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Infolog changed");
1095 // link status and infolog