Home
last modified time | relevance | path

Searched refs:apiMask (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/egl/
DteglRenderCase.cpp86 EGLint apiMask = 0; in getBuildClientAPIMask() local
89 apiMask |= EGL_OPENGL_ES2_BIT; in getBuildClientAPIMask()
90 apiMask |= EGL_OPENGL_ES3_BIT; in getBuildClientAPIMask()
91 apiMask |= EGL_OPENGL_BIT; in getBuildClientAPIMask()
94 apiMask |= EGL_OPENGL_ES_BIT; in getBuildClientAPIMask()
98 apiMask |= EGL_OPENVG_BIT; in getBuildClientAPIMask()
101 return apiMask; in getBuildClientAPIMask()
213 …stContext& eglTestCtx, const char* name, const char* description, EGLint apiMask, EGLint surfaceTy… in SingleContextRenderCase() argument
215 , m_apiMask (apiMask) in SingleContextRenderCase()
DteglRenderCase.hpp67 …ext& eglTestCtx, const char* name, const char* description, eglw::EGLint apiMask, eglw::EGLint sur…