HomeSort by relevance Sort by last modified time
    Searched refs:ClientAPIs (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/egl/main/
egldisplay.h 170 EGLint ClientAPIs; /**< Bitmask of APIs supported (EGL_xxx_BIT) */
eglapi.c 539 if (dpy->ClientAPIs & EGL_OPENGL_BIT)
542 if (dpy->ClientAPIs & EGL_OPENGL_ES_BIT ||
543 dpy->ClientAPIs & EGL_OPENGL_ES2_BIT ||
544 dpy->ClientAPIs & EGL_OPENGL_ES3_BIT_KHR) {
548 if (dpy->ClientAPIs & EGL_OPENVG_BIT)
594 disp->ClientAPIs &= _EGL_API_ALL_BITS;
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 328 base.RenderableType = disp->ClientAPIs;
329 base.Conformant = disp->ClientAPIs;
679 disp->ClientAPIs = 0;
681 disp->ClientAPIs |= EGL_OPENGL_BIT;
683 disp->ClientAPIs |= EGL_OPENGL_ES_BIT;
685 disp->ClientAPIs |= EGL_OPENGL_ES2_BIT;
687 disp->ClientAPIs |= EGL_OPENGL_ES3_BIT_KHR;
    [all...]

Completed in 339 milliseconds