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

  /external/mesa3d/src/glx/
dri_common.c 544 *api = __DRI_API_GLES2;
584 if (*api == __DRI_API_GLES2 && (*major_ver != 2 || *minor_ver != 0)) {
dri2_glx.c 982 if ((mask & (1 << __DRI_API_GLES2)) != 0)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
drisw_util.c 125 case __DRI_API_GLES2:
dri_util.c 191 case __DRI_API_GLES2:
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 470 api_mask = 1 << __DRI_API_OPENGL | 1 << __DRI_API_GLES | 1 << __DRI_API_GLES2;
478 if (api_mask & (1 << __DRI_API_GLES2))
741 api = __DRI_API_GLES2;
    [all...]
  /external/mesa3d/include/GL/internal/
dri_interface.h 804 #define __DRI_API_GLES2 2 /**< OpenGL ES 2.0 or 3.0 */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 804 #define __DRI_API_GLES2 2
  /external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2.c 815 sPriv->api_mask |= 1 << __DRI_API_GLES2;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c     [all...]

Completed in 714 milliseconds