Lines Matching refs:TestLog
45 using tcu::TestLog;
48 static void logConfigAttribute (TestLog& log, EGLenum attrib, EGLint value) in logConfigAttribute()
50 …log << TestLog::Message << " " << eglu::getConfigAttribName(attrib) << ": " << eglu::getConfigAtt… in logConfigAttribute()
105 tcu::TestLog& log = m_testCtx.getLog(); in checkGetConfigsBounds()
120 log << TestLog::Message << numConfigReturned << " configs returned" << TestLog::EndMessage; in checkGetConfigsBounds()
135 log << TestLog::Message << numOverwritten << " values actually written" << TestLog::EndMessage; in checkGetConfigsBounds()
139 log << TestLog::Message << "Fail, more configs returned than requested." << TestLog::EndMessage; in checkGetConfigsBounds()
145 log << TestLog::Message << "Fail, buffer overflow detected." << TestLog::EndMessage; in checkGetConfigsBounds()
150 …log << TestLog::Message << "Fail, reported number of returned configs differs from number of value… in checkGetConfigsBounds()
158 tcu::TestLog& log = m_testCtx.getLog(); in iterate()
165 log << TestLog::Message << numConfigAll << " configs available" << TestLog::EndMessage; in iterate()
166 log << TestLog::Message << TestLog::EndMessage; in iterate()
175 log << TestLog::Message << TestLog::EndMessage; in iterate()
240 tcu::TestLog& log = m_testCtx.getLog(); in iterate()
244 log << TestLog::Message << "No configs available." << TestLog::EndMessage; in iterate()
254 log << TestLog::Message << "Config ID " << id << TestLog::EndMessage; in iterate()
259 log << TestLog::Message << TestLog::EndMessage; in iterate()
271 TestLog& log = m_testCtx.getLog(); in getValue()
301 TestLog& log = m_testCtx.getLog(); in checkColorBufferType()
303 log << TestLog::Message << "Fail, invalid EGL_COLOR_BUFFER_TYPE value" << TestLog::EndMessage; in checkColorBufferType()
312 TestLog& log = m_testCtx.getLog(); in checkCaveat()
314 log << TestLog::Message << "Fail, invalid EGL_CONFIG_CAVEAT value" << TestLog::EndMessage; in checkCaveat()
323 TestLog& log = m_testCtx.getLog(); in checkTransparentType()
325 log << TestLog::Message << "Fail, invalid EGL_TRANSPARENT_TYPE value" << TestLog::EndMessage; in checkTransparentType()
334 TestLog& log = m_testCtx.getLog(); in checkBoolean()
336 …log << TestLog::Message << "Fail, " << eglu::getConfigAttribStr(attrib) << " should be a boolean v… in checkBoolean()
348 TestLog& log = m_testCtx.getLog(); in checkInteger()
350 …log << TestLog::Message << "Fail, config IDs should be positive integer values beginning from 1." … in checkInteger()
361 TestLog& log = m_testCtx.getLog(); in checkSurfaceTypeMask()
363 …log << TestLog::Message << "Fail, config does not actually support creation of any surface type?" … in checkSurfaceTypeMask()
400 TestLog& log = m_testCtx.getLog(); in executeTest()
405 …log << TestLog::Message << eglu::getConfigAttribStr(m_attrib) << " not supported by this EGL versi… in executeTest()
437 TestLog& log = m_testCtx.getLog(); in executeTest()
450 log << TestLog::Message << "Fail, alpha size must be zero or positive." << TestLog::EndMessage; in executeTest()
458 …log << TestLog::Message << "Fail, luminance size must be zero for an RGB buffer." << TestLog::EndM… in executeTest()
464 …log << TestLog::Message << "Fail, RGB component sizes must be positive for an RGB buffer." << Test… in executeTest()
470 …log << TestLog::Message << "Fail, buffer size must be equal to the sum of RGB component sizes and … in executeTest()
478 …log << TestLog::Message << "Fail, luminance size must be positive for a luminance buffer." << Test… in executeTest()
484 …log << TestLog::Message << "Fail, RGB component sizes must be zero for a luminance buffer." << Tes… in executeTest()
490 …log << TestLog::Message << "Fail, buffer size must be equal to the sum of luminance size and alpha… in executeTest()
507 TestLog& log = m_testCtx.getLog(); in executeTest()
524 …log << TestLog::Message << "Fail, transparent color values must lie between 0 and the maximum comp… in executeTest()