HomeSort by relevance Sort by last modified time
    Searched full:m_apimask (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/egl/
teglRenderCase.cpp 210 , m_apiMask (apiMask)
225 checkBuildClientAPISupport(m_apiMask);
232 if ((apiBit & m_apiMask) == 0 || (apiBit & configApiMask) == 0)
295 , m_apiMask (api)
310 checkBuildClientAPISupport(m_apiMask);
313 TCU_CHECK_INTERNAL((configApiMask & m_apiMask) == m_apiMask);
320 if (m_apiMask & EGL_OPENGL_ES2_BIT)
327 if (m_apiMask & EGL_OPENGL_ES3_BIT_KHR)
334 if (m_apiMask & EGL_OPENGL_ES_BIT
    [all...]
teglRenderCase.hpp 74 eglw::EGLint m_apiMask;
88 eglw::EGLint m_apiMask;

Completed in 661 milliseconds