Searched refs:__DRIbuffer (Results 1 – 22 of 22) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.h | 149 __DRIbuffer *(*AllocateBuffer) (__DRIscreen *screenPrivate, 154 void (*ReleaseBuffer) (__DRIscreen *screenPrivate, __DRIbuffer *buffer);
|
D | dri_util.c | 725 static __DRIbuffer * 735 dri2ReleaseBuffer(__DRIscreen *screen, __DRIbuffer *buffer) in dri2ReleaseBuffer()
|
/third_party/mesa3d/src/gbm/backends/dri/ |
D | gbm_driint.h | 88 __DRIbuffer *(*get_buffers)(__DRIdrawable * driDrawable, 93 __DRIbuffer *(*get_buffers_with_format)(__DRIdrawable * driDrawable,
|
D | gbm_dri.c | 93 static __DRIbuffer * 119 static __DRIbuffer *
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_context.c | 140 __DRIbuffer **buffers, 146 __DRIbuffer *buffer, 153 __DRIbuffer *buffers = NULL; in intel_update_dri2_buffers() 681 __DRIbuffer **buffers, in intel_query_dri2_buffers() 754 __DRIbuffer *buffer, in intel_process_dri2_buffer()
|
D | intel_screen.c | 1207 __DRIbuffer base; 1211 static __DRIbuffer * 1249 intelReleaseBuffer(__DRIscreen *screen, __DRIbuffer *buffer) in intelReleaseBuffer()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.h | 287 __DRIbuffer buffers[5]; 317 __DRIbuffer *local_buffers[__DRI_BUFFER_COUNT]; 587 __DRIbuffer *
|
D | platform_drm.c | 297 back_bo_to_dri_buffer(struct dri2_egl_surface *dri2_surf, __DRIbuffer *buffer) in back_bo_to_dri_buffer() 316 static __DRIbuffer * 326 __DRIbuffer *local; in dri2_drm_get_buffers_with_format() 362 static __DRIbuffer * 369 __DRIbuffer *buffer; in dri2_drm_get_buffers()
|
D | platform_wayland.c | 684 back_bo_to_dri_buffer(struct dri2_egl_surface *dri2_surf, __DRIbuffer *buffer) in back_bo_to_dri_buffer() 757 static __DRIbuffer * 770 __DRIbuffer *local; in dri2_wl_get_buffers_with_format() 799 static __DRIbuffer * 807 __DRIbuffer *buffer; in dri2_wl_get_buffers()
|
D | platform_ohos.c | 754 __DRIbuffer *buf, *local; in ohos_get_buffers_parse_attachments() 801 static __DRIbuffer *
|
D | platform_android.c | 1165 __DRIbuffer *buf, *local; in droid_get_buffers_parse_attachments() 1212 static __DRIbuffer *
|
D | platform_x11.c | 501 static __DRIbuffer * 538 static __DRIbuffer *
|
D | egl_dri2.c | 1285 __DRIbuffer *
|
/third_party/mesa3d/include/GL/internal/ |
D | dri_interface.h | 78 typedef struct __DRIbufferRec __DRIbuffer; typedef 1054 __DRIbuffer *(*getBuffers)(__DRIdrawable *driDrawable, 1096 __DRIbuffer *(*getBuffersWithFormat)(__DRIdrawable *driDrawable, 1209 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen, 1215 __DRIbuffer *buffer);
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_drawable.h | 50 __DRIbuffer old[__DRI_BUFFER_COUNT];
|
D | dri2.c | 58 __DRIbuffer base; 63 dri2_buffer(__DRIbuffer * driBufferPriv) in dri2_buffer() 100 static __DRIbuffer * 108 __DRIbuffer *buffers; in dri2_drawable_get_buffers() 289 static __DRIbuffer * 382 dri2_release_buffer(__DRIscreen *sPriv, __DRIbuffer *bPriv) in dri2_release_buffer() 410 __DRIbuffer *buffers = NULL; in dri2_allocate_textures() 428 sizeof(__DRIbuffer) * num_buffers) == 0)) in dri2_allocate_textures() 535 __DRIbuffer *buf = &buffers[i]; in dri2_allocate_textures() 686 memcpy(drawable->old, buffers, sizeof(__DRIbuffer) * num_buffers); in dri2_allocate_textures()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_context.c | 1486 __DRIbuffer **buffers, 1492 __DRIbuffer *buffer, 1504 __DRIbuffer *buffers = NULL; in brw_update_dri2_buffers() 1637 __DRIbuffer **buffers, in brw_query_dri2_buffers() 1710 __DRIbuffer *buffer, in brw_process_dri2_buffer()
|
D | brw_screen.c | 2832 __DRIbuffer base; 2836 static __DRIbuffer * 2879 brw_release_buffer(UNUSED __DRIscreen *dri_screen, __DRIbuffer *_buffer) in brw_release_buffer()
|
/third_party/mesa3d/src/glx/ |
D | dri2_glx.c | 84 __DRIbuffer buffers[5]; 815 static __DRIbuffer * 838 static __DRIbuffer *
|
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_context.c | 242 __DRIbuffer *buffers = NULL; in nouveau_update_renderbuffers()
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common_context.c | 365 __DRIbuffer *buffers = NULL; in radeon_update_renderbuffers()
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common_context.c | 365 __DRIbuffer *buffers = NULL; in radeon_update_renderbuffers()
|