Home
last modified time | relevance | path

Searched refs:__DRIbuffer (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h149 __DRIbuffer *(*AllocateBuffer) (__DRIscreen *screenPrivate,
154 void (*ReleaseBuffer) (__DRIscreen *screenPrivate, __DRIbuffer *buffer);
Ddri_util.c725 static __DRIbuffer *
735 dri2ReleaseBuffer(__DRIscreen *screen, __DRIbuffer *buffer) in dri2ReleaseBuffer()
/third_party/mesa3d/src/gbm/backends/dri/
Dgbm_driint.h88 __DRIbuffer *(*get_buffers)(__DRIdrawable * driDrawable,
93 __DRIbuffer *(*get_buffers_with_format)(__DRIdrawable * driDrawable,
Dgbm_dri.c93 static __DRIbuffer *
119 static __DRIbuffer *
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c140 __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()
Dintel_screen.c1207 __DRIbuffer base;
1211 static __DRIbuffer *
1249 intelReleaseBuffer(__DRIscreen *screen, __DRIbuffer *buffer) in intelReleaseBuffer()
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h287 __DRIbuffer buffers[5];
317 __DRIbuffer *local_buffers[__DRI_BUFFER_COUNT];
587 __DRIbuffer *
Dplatform_drm.c297 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()
Dplatform_wayland.c684 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()
Dplatform_ohos.c754 __DRIbuffer *buf, *local; in ohos_get_buffers_parse_attachments()
801 static __DRIbuffer *
Dplatform_android.c1165 __DRIbuffer *buf, *local; in droid_get_buffers_parse_attachments()
1212 static __DRIbuffer *
Dplatform_x11.c501 static __DRIbuffer *
538 static __DRIbuffer *
Degl_dri2.c1285 __DRIbuffer *
/third_party/mesa3d/include/GL/internal/
Ddri_interface.h78 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/
Ddri_drawable.h50 __DRIbuffer old[__DRI_BUFFER_COUNT];
Ddri2.c58 __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/
Dbrw_context.c1486 __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()
Dbrw_screen.c2832 __DRIbuffer base;
2836 static __DRIbuffer *
2879 brw_release_buffer(UNUSED __DRIscreen *dri_screen, __DRIbuffer *_buffer) in brw_release_buffer()
/third_party/mesa3d/src/glx/
Ddri2_glx.c84 __DRIbuffer buffers[5];
815 static __DRIbuffer *
838 static __DRIbuffer *
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c242 __DRIbuffer *buffers = NULL; in nouveau_update_renderbuffers()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common_context.c365 __DRIbuffer *buffers = NULL; in radeon_update_renderbuffers()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common_context.c365 __DRIbuffer *buffers = NULL; in radeon_update_renderbuffers()