Home | History | Annotate | Download | only in egl

Lines Matching refs:supported

133 		// EGL_BAD_DISPLAY is generated if client extensions are not supported.
190 bool supported = isSupported(m_extName);
195 log << TestLog::Message << m_extName << ": " << (supported ? "supported" : "not supported") << TestLog::EndMessage;
206 if (supported && funcPtr == 0)
208 log << TestLog::Message << "Fail, received null pointer for supported extension function: " << funcName << TestLog::EndMessage;
240 log << TestLog::Message << "EGL_KHR_get_all_proc_addresses: " << (funcPtrSupported ? "supported" : "not supported") << TestLog::EndMessage;
245 log << TestLog::Message << eglu::getConfigAttribValueStr(EGL_RENDERABLE_TYPE, m_apiBit) << " not supported by any available configuration." << TestLog::EndMessage;
259 log << TestLog::Message << "Fail, received null pointer for supported function: " << funcName << TestLog::EndMessage;