Searched refs:ClientAPIs (Results 1 – 3 of 3) sorted by relevance
159 EGLint ClientAPIs; /**< Bitmask of APIs supported (EGL_xxx_BIT) */ member
527 if (dpy->ClientAPIs & EGL_OPENGL_BIT) in _eglCreateAPIsString()530 if (dpy->ClientAPIs & EGL_OPENGL_ES_BIT || in _eglCreateAPIsString()531 dpy->ClientAPIs & EGL_OPENGL_ES2_BIT || in _eglCreateAPIsString()532 dpy->ClientAPIs & EGL_OPENGL_ES3_BIT_KHR) { in _eglCreateAPIsString()536 if (dpy->ClientAPIs & EGL_OPENVG_BIT) in _eglCreateAPIsString()582 disp->ClientAPIs &= _EGL_API_ALL_BITS; in eglInitialize()
279 base.RenderableType = disp->ClientAPIs; in dri2_add_config()280 base.Conformant = disp->ClientAPIs; in dri2_add_config()629 disp->ClientAPIs = 0; in dri2_setup_screen()631 disp->ClientAPIs |= EGL_OPENGL_BIT; in dri2_setup_screen()633 disp->ClientAPIs |= EGL_OPENGL_ES_BIT; in dri2_setup_screen()635 disp->ClientAPIs |= EGL_OPENGL_ES2_BIT; in dri2_setup_screen()637 disp->ClientAPIs |= EGL_OPENGL_ES3_BIT_KHR; in dri2_setup_screen()