Lines Matching defs:log
184 TestLog& log = m_testCtx.getLog();
190 log << TestLog::Message << m_extName << ": " << (supported ? "supported" : "not supported") << TestLog::EndMessage;
191 log << TestLog::Message << TestLog::EndMessage;
203 log << TestLog::Message << "Fail, received null pointer for supported extension function: " << funcName << TestLog::EndMessage;
293 TestLog& log = m_testCtx.getLog();
298 log << TestLog::Message << "EGL_KHR_get_all_proc_addresses: " << (funcPtrSupported ? "supported" : "not supported") << TestLog::EndMessage;
299 log << TestLog::Message << TestLog::EndMessage;
306 log << TestLog::Message << " EGL not supported by any available configuration." << TestLog::EndMessage;
309 log << TestLog::Message << " EGL 1.5 not supported by any available configuration." << TestLog::EndMessage;
314 log << TestLog::Message << eglu::getConfigAttribValueStr(EGL_RENDERABLE_TYPE, RenderableType(m_apiType)) << " not supported by any available configuration." << TestLog::EndMessage;
317 log << TestLog::Message << TestLog::EndMessage;
330 log << TestLog::Message << "Fail, received null pointer for supported function: " << funcName << TestLog::EndMessage;
335 log << TestLog::Message << "Warning, received non-null value for unsupported function: " << funcName << TestLog::EndMessage;