• Home
  • Raw
  • Download

Lines Matching refs:TestLog

53 using tcu::TestLog;
98 TestLog& log = m_testCtx.getLog(); in executeForContext()
111 log << TestLog::Message << " Pass" << TestLog::EndMessage; in executeForContext()
115 log << TestLog::Message << " Fail, got EGL_NO_CONTEXT" << TestLog::EndMessage; in executeForContext()
120 …<< TestLog::Message << " Fail, call returned the wrong context. Expected: " << tcu::toHex(context… in executeForContext()
140 TestLog& log = m_testCtx.getLog(); in executeForContext()
156 log << TestLog::Message << " Pass" << TestLog::EndMessage; in executeForContext()
160 log << TestLog::Message << " Fail, read surface: " << tcu::toHex(gotReadSurface) in executeForContext()
162 << ", expected: " << tcu::toHex(surface) << TestLog::EndMessage; in executeForContext()
182 TestLog& log = m_testCtx.getLog(); in executeForContext()
194 log << TestLog::Message << " Pass" << TestLog::EndMessage; in executeForContext()
198 log << TestLog::Message << " Fail, got EGL_NO_DISPLAY" << TestLog::EndMessage; in executeForContext()
203 …<< TestLog::Message << " Fail, call returned the wrong display. Expected: " << tcu::toHex(display… in executeForContext()
232 TestLog& log = m_testCtx.getLog(); in executeForContext()
245 …log << TestLog::Message << " Fail, config ID doesn't match the one used to create the context." <… in executeForContext()
257 log << TestLog::Message << " Fail, client API type doesn't match." << TestLog::EndMessage; in executeForContext()
270 log << TestLog::Message << " Fail, client API version doesn't match." << TestLog::EndMessage; in executeForContext()
282 …log << TestLog::Message << " Fail, render buffer should be EGL_SINGLE_BUFFER for a pixmap surface… in executeForContext()
287 …log << TestLog::Message << " Fail, render buffer should be EGL_BACK_BUFFER for a pbuffer surface.… in executeForContext()
292 …log << TestLog::Message << " Fail, render buffer should be either EGL_SINGLE_BUFFER or EGL_BACK_B… in executeForContext()
299 log << TestLog::Message << " Pass" << TestLog::EndMessage; in executeForContext()
321 tcu::TestLog& log = m_testCtx.getLog(); in iterate()
332 …log << TestLog::Message << " Fail, initial value should be EGL_OPENGL_ES_API if OpenGL ES is supp… in iterate()
337 …log << TestLog::Message << " Fail, initial value should be EGL_NONE if OpenGL ES is not supported… in iterate()
346 log << TestLog::Message << TestLog::EndMessage; in iterate()
354 …log << TestLog::Message << " Fail, return value does not match previously bound API." << TestLog:… in iterate()
360 log << TestLog::Message << eglu::getAPIStr(api) << " not supported." << TestLog::EndMessage; in iterate()