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

  /hardware/intel/common/libva/va/x11/
dri2_util.c 41 #define __DRI_BUFFER_BACK_LEFT 1
125 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
145 if (buffers[i].attachment == __DRI_BUFFER_BACK_LEFT) {
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.c 402 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
433 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
461 case __DRI_BUFFER_BACK_LEFT:
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c 254 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
279 case __DRI_BUFFER_BACK_LEFT:
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_context.c 175 case __DRI_BUFFER_BACK_LEFT:
732 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
intel_mipmap_tree.c 298 assert(dri_attachment == __DRI_BUFFER_BACK_LEFT ||
intel_screen.c     [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_wayland.c 254 dri2_surf->dri_buffers[i]->attachment != __DRI_BUFFER_BACK_LEFT)
302 dri2_surf->dri_buffers[i]->attachment != __DRI_BUFFER_BACK_LEFT)
403 buffer->attachment = __DRI_BUFFER_BACK_LEFT;
489 case __DRI_BUFFER_BACK_LEFT:
    [all...]
platform_drm.c 278 buffer->attachment = __DRI_BUFFER_BACK_LEFT;
323 case __DRI_BUFFER_BACK_LEFT:
platform_android.c 852 case __DRI_BUFFER_BACK_LEFT:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 724 #define __DRI_BUFFER_BACK_LEFT 1
  /external/mesa3d/src/gallium/state_trackers/dri/
dri2.c 246 att = __DRI_BUFFER_BACK_LEFT;
374 case __DRI_BUFFER_BACK_LEFT:
590 case __DRI_BUFFER_BACK_LEFT:
    [all...]
  /external/mesa3d/include/GL/internal/
dri_interface.h 946 #define __DRI_BUFFER_BACK_LEFT 1
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c     [all...]
intel_screen.c     [all...]
  /external/mesa3d/src/glx/
dri2_glx.c 736 if (pdraw->buffers[i].attachment == __DRI_BUFFER_BACK_LEFT)
    [all...]

Completed in 3616 milliseconds