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

  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.c 174 psp->api_mask |= (1 << __DRI_API_GLES);
319 case __DRI_API_GLES:
  /external/mesa3d/src/glx/
dri_common.c 555 *api = __DRI_API_GLES;
dri3_glx.c 693 if ((mask & ((1 << __DRI_API_GLES) |
dri2_glx.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 803 #define __DRI_API_GLES 1
  /external/mesa3d/include/GL/internal/
dri_interface.h     [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 624 1 << __DRI_API_GLES |
632 if ((api_mask & (1 << __DRI_API_GLES)) && _eglIsApiValid(EGL_OPENGL_ES_API))
    [all...]

Completed in 431 milliseconds