HomeSort by relevance Sort by last modified time
    Searched refs:isAPISupported (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/egl/
teglApiCase.hpp 66 bool isAPISupported (eglw::EGLenum api) const;
teglNegativeApiTests.cpp 151 if (!isAPISupported(s_renderAPIs[ndx]))
306 if (isAPISupported(EGL_OPENGL_API))
333 if (isAPISupported(EGL_OPENGL_ES_API))
352 if (isAPISupported(EGL_OPENVG_API))
383 if (isAPISupported(EGL_OPENGL_ES_API))
398 if (isAPISupported(EGL_OPENGL_ES_API))
413 if (isAPISupported(EGL_OPENGL_API) && !eglu::hasExtension(m_eglTestCtx.getLibrary(), display, "EGL_KHR_create_context"))
424 if (isAPISupported(EGL_OPENVG_API))
435 if (isAPISupported(EGL_OPENGL_ES_API))
473 if (isAPISupported(EGL_OPENVG_API)
    [all...]
teglApiCase.cpp 80 bool ApiCase::isAPISupported (eglw::EGLenum api) const

Completed in 62 milliseconds