Searched refs:m_apiMask (Results 1 – 2 of 2) sorted by relevance
215 , m_apiMask (apiMask) in SingleContextRenderCase()230 checkBuildClientAPISupport(m_apiMask); in executeForSurface()237 if ((apiBit & m_apiMask) == 0 || (apiBit & configApiMask) == 0) in executeForSurface()300 , m_apiMask (api) in MultiContextRenderCase()315 checkBuildClientAPISupport(m_apiMask); in executeForSurface()318 TCU_CHECK_INTERNAL((configApiMask & m_apiMask) == m_apiMask); in executeForSurface()325 if (m_apiMask & EGL_OPENGL_ES2_BIT) in executeForSurface()332 if (m_apiMask & EGL_OPENGL_ES3_BIT_KHR) in executeForSurface()339 if (m_apiMask & EGL_OPENGL_ES_BIT) in executeForSurface()346 if (m_apiMask & EGL_OPENVG_BIT) in executeForSurface()[all …]
74 eglw::EGLint m_apiMask; member in deqp::egl::SingleContextRenderCase88 eglw::EGLint m_apiMask; member in deqp::egl::MultiContextRenderCase