OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAPISupported
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/egl/
teglApiCase.hpp
59
bool
isAPISupported
(EGLenum api) const { return m_eglTestCtx.
isAPISupported
(api); }
teglTestCase.hpp
72
bool
isAPISupported
(EGLint api) { return m_supportedAPIs.find(api) != m_supportedAPIs.end(); }
teglNegativeApiTests.cpp
117
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))
[
all
...]
teglQueryContextTests.cpp
467
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 607 milliseconds