• Home
  • Raw
  • Download

Lines Matching refs:EndMessage

111 			log << TestLog::Message << "  Pass" << TestLog::EndMessage;  in executeForContext()
115 log << TestLog::Message << " Fail, got EGL_NO_CONTEXT" << TestLog::EndMessage; in executeForContext()
120 …. Expected: " << tcu::toHex(context) << ", got: " << tcu::toHex(gotContext) << TestLog::EndMessage; in executeForContext()
156 log << TestLog::Message << " Pass" << TestLog::EndMessage; in executeForContext()
162 << ", expected: " << tcu::toHex(surface) << TestLog::EndMessage; 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 …. Expected: " << tcu::toHex(display) << ", got: " << tcu::toHex(gotDisplay) << TestLog::EndMessage; in executeForContext()
245 …ge << " Fail, config ID doesn't match the one used to create the context." << TestLog::EndMessage; 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 …< " Fail, render buffer should be EGL_SINGLE_BUFFER for a pixmap surface." << TestLog::EndMessage; in executeForContext()
287 …<< " Fail, render buffer should be EGL_BACK_BUFFER for a pbuffer surface." << TestLog::EndMessage; in executeForContext()
292 …hould be either EGL_SINGLE_BUFFER or EGL_BACK_BUFFER for a window surface." << TestLog::EndMessage; in executeForContext()
299 log << TestLog::Message << " Pass" << TestLog::EndMessage; in executeForContext()
332 …Fail, initial value should be EGL_OPENGL_ES_API if OpenGL ES is supported." << TestLog::EndMessage; in iterate()
337 …< " Fail, initial value should be EGL_NONE if OpenGL ES is not supported." << TestLog::EndMessage; in iterate()
346 log << TestLog::Message << TestLog::EndMessage; in iterate()
354 …Log::Message << " Fail, return value does not match previously bound API." << TestLog::EndMessage; in iterate()
360 log << TestLog::Message << eglu::getAPIStr(api) << " not supported." << TestLog::EndMessage; in iterate()