Lines Matching defs:log

1253 	TestLog&			log						= m_testCtx.getLog();
1260 log << TestLog::Message << "// Number of active uniforms reported: " << numActiveUniforms << TestLog::EndMessage;
1262 log << TestLog::Message << "// Maximum uniform name length reported: " << uniformMaxNameLength << TestLog::EndMessage;
1278 log << TestLog::Message << "// Got name = " << reportedNameStr << ", name length = " << reportedNameLength << ", size = " << reportedSize << ", type = " << glu::getDataTypeName(reportedType) << TestLog::EndMessage;
1282 log << TestLog::Message << "// FAILURE: wrong name length reported, should be " << reportedNameStr.length() << TestLog::EndMessage;
1297 log << TestLog::Message << "// FAILURE: invalid non-built-in uniform name reported" << TestLog::EndMessage;
1310 log << TestLog::Message << "// FAILURE: same uniform name reported twice" << TestLog::EndMessage;
1318 log << TestLog::Message << "// FAILURE: wrong type reported, should be " << glu::getDataTypeName(reference.type) << TestLog::EndMessage;
1323 log << TestLog::Message
1339 log << TestLog::Message << "// FAILURE: uniform with name " << expected.name << " was not reported by GL" << TestLog::EndMessage;
1349 TestLog& log = m_testCtx.getLog();
1368 log << TestLog::Message << "// FAILURE: " << uniform.name << " was used in shader, but has location -1" << TestLog::EndMessage;
1409 log << TestLog::Message << "// Got " << uniform.name << " value " << apiVarValueStr(value) << TestLog::EndMessage;
1417 TestLog& log = m_testCtx.getLog();
1428 log << TestLog::Message << "// Checking uniform " << uniform.name << TestLog::EndMessage;
1440 log << TestLog::Message << "// FAILURE: uniform " << uniform.name << " has non-zero initial value" << TestLog::EndMessage; \
1456 log << TestLog::Message << "// FAILURE: uniform " << uniform.name << " has non-zero initial value" << TestLog::EndMessage;
1471 TestLog& log = m_testCtx.getLog();
1490 log << TestLog::Message << "// Uniform " << uniform.name << " is covered by another glUniform*v() call to the same array" << TestLog::EndMessage;
1521 log << TestLog::Message << "// Using type " << glu::getDataTypeName(boolApiType) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMessage;
1523 log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled with color " << apiVarValueStr(getSamplerFillValue(uniform.finalValue)) << TestLog::EndMessage;
1630 TestLog& log = m_testCtx.getLog();
1638 log << TestLog::Message << "// Checking uniform " << uniform.name << TestLog::EndMessage;
1645 log << TestLog::Message << "// FAILURE: value obtained with glGetUniform*() for uniform " << uniform.name << " differs from value set with glUniform*()" << TestLog::EndMessage;
1655 TestLog& log = m_testCtx.getLog();
1680 log << TestLog::Message << "// Filling texture at unit " << apiVarValueStr(basicUniforms[i].finalValue) << " with color " << shaderVarValueStr(basicUniforms[i].finalValue) << TestLog::EndMessage;
1719 log << TestLog::Image("RenderedImage", "Rendered image", renderedImg);
1720 log << TestLog::Message << "FAILURE: image comparison failed, got " << numFailedPixels << " non-white pixels" << TestLog::EndMessage;
1725 log << TestLog::Message << "Success: got all-white pixels (all uniforms have correct values)" << TestLog::EndMessage;
1733 TestLog& log = m_testCtx.getLog();
1747 log << program;
1782 TestLog& log = m_testCtx.getLog();
1785 const ScopedLogSection section(log, "InfoGetActiveUniform", "Uniform information queries with glGetActiveUniform()");
1925 TestLog& log = m_testCtx.getLog();
1929 const ScopedLogSection section(log, "UniformAssign", "Uniform value assignments");
1940 const ScopedLogSection section(log, "GetUniforms", "Uniform value query");
1949 const ScopedLogSection section(log, "ValueCheck", "Verify that the reported values match the assigned values");
1958 const ScopedLogSection section(log, "ValueCheck", "Verify that the uniforms have correct initial values (zeros)");
1969 const ScopedLogSection section(log, "RenderTest", "Render test");
2004 TestLog& log = m_testCtx.getLog();
2012 const ScopedLogSection section(log, (SECTION_NAME), (SECTION_DESCRIPTION)); \
2038 const ScopedLogSection section(log, "UniformAssign", "Uniform value assignments");