Searched refs:ClientAPIs (Results 1 – 3 of 3) sorted by relevance
170 EGLint ClientAPIs; /**< Bitmask of APIs supported (EGL_xxx_BIT) */ member
539 if (dpy->ClientAPIs & EGL_OPENGL_BIT) in _eglCreateAPIsString()542 if (dpy->ClientAPIs & EGL_OPENGL_ES_BIT || in _eglCreateAPIsString()543 dpy->ClientAPIs & EGL_OPENGL_ES2_BIT || in _eglCreateAPIsString()544 dpy->ClientAPIs & EGL_OPENGL_ES3_BIT_KHR) { in _eglCreateAPIsString()548 if (dpy->ClientAPIs & EGL_OPENVG_BIT) in _eglCreateAPIsString()594 disp->ClientAPIs &= _EGL_API_ALL_BITS; in eglInitialize()
328 base.RenderableType = disp->ClientAPIs; in dri2_add_config()329 base.Conformant = disp->ClientAPIs; in dri2_add_config()679 disp->ClientAPIs = 0; in dri2_setup_screen()681 disp->ClientAPIs |= EGL_OPENGL_BIT; in dri2_setup_screen()683 disp->ClientAPIs |= EGL_OPENGL_ES_BIT; in dri2_setup_screen()685 disp->ClientAPIs |= EGL_OPENGL_ES2_BIT; in dri2_setup_screen()687 disp->ClientAPIs |= EGL_OPENGL_ES3_BIT_KHR; in dri2_setup_screen()