/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
dri2_buffer.h | 10 __DRIbuffer base; 15 dri2_buffer(__DRIbuffer * driBufferPriv)
|
dri2.c | 80 * Retrieve __DRIbuffer from the DRI loader. 82 static __DRIbuffer * 90 __DRIbuffer *buffers; 203 * Process __DRIbuffer and convert them into pipe_resources. 207 __DRIbuffer *buffers, unsigned count) 219 memcmp(drawable->old, buffers, sizeof(__DRIbuffer) * count) == 0) 236 __DRIbuffer *buf = &buffers[i]; 287 memcpy(drawable->old, buffers, sizeof(__DRIbuffer) * count); 290 static __DRIbuffer * 369 dri2_release_buffer(__DRIscreen *sPriv, __DRIbuffer *bPriv [all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
egl_dri2.h | 155 __DRIbuffer buffers[5]; 176 __DRIbuffer *dri_buffers[__DRI_BUFFER_COUNT]; 177 __DRIbuffer *third_buffer; 178 __DRIbuffer *pending_buffer; 191 __DRIbuffer *dri_buffers[__DRI_BUFFER_COUNT]; 200 __DRIbuffer *local_buffers[__DRI_BUFFER_COUNT]; 205 __DRIbuffer *dri_buffer;
|
platform_drm.c | 179 get_back_bo(struct dri2_egl_surface *dri2_surf, __DRIbuffer *buffer) 221 unsigned int attachment, unsigned int format, __DRIbuffer *buffer) 225 __DRIbuffer *b = dri2_surf->dri_buffers[attachment]; 242 static __DRIbuffer * 283 static __DRIbuffer * 290 __DRIbuffer *buffer;
|
platform_wayland.c | 252 __DRIbuffer *buffer) 421 static __DRIbuffer * 477 sizeof(__DRIbuffer)); 494 static __DRIbuffer * 501 __DRIbuffer *buffer;
|
platform_android.c | 109 static __DRIbuffer * 393 __DRIbuffer *buf, *local; 440 static __DRIbuffer *
|
platform_x11.c | 343 * __DRIbuffer tokens. */ 371 static __DRIbuffer * 404 static __DRIbuffer * [all...] |
/external/mesa3d/src/gbm/backends/dri/ |
gbm_driint.h | 60 __DRIbuffer *(*get_buffers)(__DRIdrawable * driDrawable, 65 __DRIbuffer *(*get_buffers_with_format)(__DRIdrawable * driDrawable,
|
gbm_dri.c | 64 static __DRIbuffer * 90 static __DRIbuffer *
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
dri_util.h | 110 __DRIbuffer *(*AllocateBuffer) (__DRIscreen *screenPrivate, 115 void (*ReleaseBuffer) (__DRIscreen *screenPrivate, __DRIbuffer *buffer);
|
dri_util.c | 507 static __DRIbuffer * 517 dri2ReleaseBuffer(__DRIscreen *screen, __DRIbuffer *buffer)
|
/external/mesa3d/src/gallium/state_trackers/dri/common/ |
dri_drawable.h | 54 __DRIbuffer old[8];
|
/external/mesa3d/include/GL/internal/ |
dri_interface.h | 83 typedef struct __DRIbufferRec __DRIbuffer; 751 __DRIbuffer *(*getBuffers)(__DRIdrawable *driDrawable, 789 __DRIbuffer *(*getBuffersWithFormat)(__DRIdrawable *driDrawable, 884 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen, 890 __DRIbuffer *buffer); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/ |
dri_interface.h | 83 typedef struct __DRIbufferRec __DRIbuffer; 751 __DRIbuffer *(*getBuffers)(__DRIdrawable *driDrawable, 789 __DRIbuffer *(*getBuffersWithFormat)(__DRIdrawable *driDrawable, 866 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen, 872 __DRIbuffer *buffer);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/internal/ |
dri_interface.h | 78 typedef struct __DRIbufferRec __DRIbuffer; 667 __DRIbuffer *(*getBuffers)(__DRIdrawable *driDrawable, 705 __DRIbuffer *(*getBuffersWithFormat)(__DRIdrawable *driDrawable,
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_context.c | 316 __DRIbuffer **buffers, 322 __DRIbuffer *buffer, 332 __DRIbuffer *buffers = NULL; 922 __DRIbuffer **buffers, 978 __DRIbuffer *buffer,
|
intel_screen.c | [all...] |
/external/mesa3d/src/glx/ |
dri2_glx.c | 108 __DRIbuffer buffers[5]; 656 * __DRIbuffer tokens. */ 750 static __DRIbuffer * 773 static __DRIbuffer * [all...] |
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_context.c | 252 __DRIbuffer *buffers = NULL;
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_common_context.c | 345 __DRIbuffer *buffers = NULL;
|