Searched refs:m_apiMask (Results 1 – 2 of 2) sorted by relevance
210 , m_apiMask (apiMask) in SingleContextRenderCase()225 checkBuildClientAPISupport(m_apiMask); in executeForSurface()232 if ((apiBit & m_apiMask) == 0 || (apiBit & configApiMask) == 0) in executeForSurface()295 , m_apiMask (api) in MultiContextRenderCase()310 checkBuildClientAPISupport(m_apiMask); in executeForSurface()313 TCU_CHECK_INTERNAL((configApiMask & m_apiMask) == m_apiMask); in executeForSurface()320 if (m_apiMask & EGL_OPENGL_ES2_BIT) in executeForSurface()327 if (m_apiMask & EGL_OPENGL_ES3_BIT_KHR) in executeForSurface()334 if (m_apiMask & EGL_OPENGL_ES_BIT) in executeForSurface()341 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