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

  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 169 unsigned int api_mask; member in struct:__DRIscreenRec
dri_util.c 107 psp->api_mask = (1 << __DRI_API_OPENGL);
179 if (!(screen->api_mask & (1 << api))) {
560 return screen->api_mask;
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 228 EGLint api_mask, enum pipe_format depth_stencil_format,
278 api_mask &= ~EGL_OPENVG_BIT;
281 conf->Conformant = api_mask;
282 conf->RenderableType = api_mask;
294 if (api_mask & EGL_OPENVG_BIT)
  /external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2.c 809 sPriv->api_mask = 0;
811 sPriv->api_mask |= 1 << __DRI_API_OPENGL;
813 sPriv->api_mask |= 1 << __DRI_API_GLES;
815 sPriv->api_mask |= 1 << __DRI_API_GLES2;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c 1056 unsigned int api_mask; local
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 464 unsigned int api_mask; local
467 api_mask = dri2_dpy->dri2->getAPIMask(dri2_dpy->dri_screen);
470 api_mask = 1 << __DRI_API_OPENGL | 1 << __DRI_API_GLES | 1 << __DRI_API_GLES2;
474 if (api_mask & (1 <<__DRI_API_OPENGL))
476 if (api_mask & (1 <<__DRI_API_GLES))
478 if (api_mask & (1 << __DRI_API_GLES2))
    [all...]
  /external/mesa3d/src/mesa/main/
get.c 1453 int api_mask = 0, api_bit; local
    [all...]

Completed in 146 milliseconds