Searched refs:isAPISupported (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/egl/
H A DteglApiCase.hpp66 bool isAPISupported (eglw::EGLenum api) const;
H A DteglNegativeApiTests.cpp152 if (!isAPISupported(s_renderAPIs[ndx]))
312 if (isAPISupported(EGL_OPENGL_API))
339 if (isAPISupported(EGL_OPENGL_ES_API))
358 if (isAPISupported(EGL_OPENVG_API))
389 if (isAPISupported(EGL_OPENGL_ES_API))
404 if (isAPISupported(EGL_OPENGL_ES_API))
419 if (isAPISupported(EGL_OPENGL_API) && !eglu::hasExtension(m_eglTestCtx.getLibrary(), display, "EGL_KHR_create_context"))
430 if (isAPISupported(EGL_OPENVG_API))
441 if (isAPISupported(EGL_OPENGL_ES_API))
479 if (isAPISupported(EGL_OPENVG_AP
[all...]
H A DteglApiCase.cpp80 bool ApiCase::isAPISupported (eglw::EGLenum api) const function in class:deqp::egl::ApiCase

Completed in 86 milliseconds