Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglRenderCase.cpp228 …const EGLint configApiMask = eglu::getConfigAttribInt(egl, display, config.config, EGL_RENDERABLE… in executeForSurface() local
237 if ((apiBit & m_apiMask) == 0 || (apiBit & configApiMask) == 0) in executeForSurface()
311 …const EGLint configApiMask = eglu::getConfigAttribInt(egl, display, config.config, EGL_RENDE… in executeForSurface() local
318 TCU_CHECK_INTERNAL((configApiMask & m_apiMask) == m_apiMask); in executeForSurface()