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

/external/deqp/modules/egl/
H A DteglApiCase.hpp59 bool isAPISupported (EGLenum api) const { return m_eglTestCtx.isAPISupported(api); } function in class:deqp::egl::ApiCase
H A DteglTestCase.hpp72 bool isAPISupported (EGLint api) { return m_supportedAPIs.find(api) != m_supportedAPIs.end(); } function in class:deqp::egl::EglTestContext
H A DteglNegativeApiTests.cpp117 if (!isAPISupported(s_renderAPIs[ndx]))
261 if (isAPISupported(EGL_OPENGL_API))
288 if (isAPISupported(EGL_OPENGL_ES_API))
307 if (isAPISupported(EGL_OPENVG_API))
338 if (isAPISupported(EGL_OPENGL_ES_API))
353 if (isAPISupported(EGL_OPENGL_ES_API))
368 if (isAPISupported(EGL_OPENGL_API))
379 if (isAPISupported(EGL_OPENVG_API))
390 if (isAPISupported(EGL_OPENGL_ES_API))
861 if (isAPISupported(EGL_OPENGL_ES_AP
[all...]
H A DteglQueryContextTests.cpp467 if (api != EGL_OPENGL_ES_API && m_eglTestCtx.isAPISupported(EGL_OPENGL_ES_API))
472 else if(api != EGL_NONE && !m_eglTestCtx.isAPISupported(EGL_OPENGL_ES_API))
485 if (m_eglTestCtx.isAPISupported(api))

Completed in 103 milliseconds