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

  /external/mesa3d/src/egl/main/
eglmisc.c 130 if (apis[0] || !dpy->ClientAPIs)
133 if (dpy->ClientAPIs & EGL_OPENGL_BIT)
136 if (dpy->ClientAPIs & EGL_OPENGL_ES_BIT)
139 if (dpy->ClientAPIs & EGL_OPENGL_ES2_BIT)
142 if (dpy->ClientAPIs & EGL_OPENVG_BIT)
egldisplay.h 143 EGLint ClientAPIs; /**< Bitmask of APIs supported (EGL_xxx_BIT) */
eglapi.c 321 disp->ClientAPIs &= _EGL_API_ALL_BITS;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 365 nconf, dpy->ClientAPIs, depth_stencil_format,
556 dpy->ClientAPIs |= EGL_OPENGL_BIT;
558 dpy->ClientAPIs |= EGL_OPENGL_ES_BIT;
560 dpy->ClientAPIs |= EGL_OPENGL_ES2_BIT;
562 dpy->ClientAPIs |= EGL_OPENVG_BIT;
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 214 base.RenderableType = disp->ClientAPIs;
215 base.Conformant = disp->ClientAPIs;
473 disp->ClientAPIs = 0;
475 disp->ClientAPIs |= EGL_OPENGL_BIT;
477 disp->ClientAPIs |= EGL_OPENGL_ES_BIT;
479 disp->ClientAPIs |= EGL_OPENGL_ES2_BIT;
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 625 disp->ClientAPIs = EGL_OPENGL_BIT;
    [all...]

Completed in 178 milliseconds