Lines Matching defs:log
1265 TestLog& log = m_testCtx.getLog();
1284 log << TestLog::Message << "// FAILURE: " << uniform.name << " was used in shader, but has location -1" << TestLog::EndMessage;
1334 log << TestLog::Message << "// Got " << uniform.name << " value " << apiVarValueStr(value) << TestLog::EndMessage;
1342 TestLog& log = m_testCtx.getLog();
1364 log << TestLog::Message << "// Uniform " << uniform.name << " is covered by another glProgramUniform*v() call to the same array" << TestLog::EndMessage;
1395 log << TestLog::Message << "// Using type " << glu::getDataTypeName(boolApiType) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMessage;
1397 log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled with color " << apiVarValueStr(getSamplerFillValue(uniform.finalValue)) << TestLog::EndMessage;
1545 TestLog& log = m_testCtx.getLog();
1553 log << TestLog::Message << "// Checking uniform " << uniform.name << TestLog::EndMessage;
1560 log << TestLog::Message << "// FAILURE: value obtained with glGetUniform*() for uniform " << uniform.name << " differs from value set with glProgramUniform*()" << TestLog::EndMessage;
1570 TestLog& log = m_testCtx.getLog();
1595 log << TestLog::Message << "// Filling texture at unit " << apiVarValueStr(basicUniforms[i].finalValue) << " with color " << shaderVarValueStr(basicUniforms[i].finalValue) << TestLog::EndMessage;
1632 log << TestLog::Image("RenderedImage", "Rendered image", renderedImg);
1633 log << TestLog::Message << "FAILURE: image comparison failed, got " << numFailedPixels << " non-green pixels" << TestLog::EndMessage;
1638 log << TestLog::Message << "Success: got all-green pixels (all uniforms have correct values)" << TestLog::EndMessage;
1646 TestLog& log = m_testCtx.getLog();
1671 log << program;
1681 log << unusedProgram;
1686 log << TestLog::Message << "// Note: calling glUseProgram with a unused program (will only use the real program once it's needed for rendering)" << TestLog::EndMessage;
1794 TestLog& log = m_testCtx.getLog();
1797 const ScopedLogSection section(log, "UniformAssign", "Uniform value assignments");
1806 const ScopedLogSection section(log, "GetUniforms", "Uniform value query");
1814 const ScopedLogSection section(log, "ValueCheck", "Verify that the reported values match the assigned values");
1825 const ScopedLogSection section(log, "RenderTest", "Render test");