Searched refs:__DRIbuffer (Results 1 - 15 of 15) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_util.h | 137 __DRIbuffer *(*AllocateBuffer) (__DRIscreen *screenPrivate, 142 void (*ReleaseBuffer) (__DRIscreen *screenPrivate, __DRIbuffer *buffer);
|
H A D | dri_drawable.h | 51 __DRIbuffer old[__DRI_BUFFER_COUNT];
|
H A D | dri2.c | 59 __DRIbuffer base; 64 dri2_buffer(__DRIbuffer * driBufferPriv) in dri2_buffer() 99 * Retrieve __DRIbuffer from the DRI loader. 101 static __DRIbuffer * 109 __DRIbuffer *buffers; in dri2_drawable_get_buffers() 295 static __DRIbuffer * 392 dri2_release_buffer(__DRIscreen *sPriv, __DRIbuffer *bPriv) in dri2_release_buffer() 450 __DRIbuffer *buffers = NULL; in dri2_allocate_textures() 468 sizeof(__DRIbuffer) * num_buffers) == 0)) in dri2_allocate_textures() 578 __DRIbuffer *bu in dri2_allocate_textures() [all...] |
H A D | dri_util.c | 866 static __DRIbuffer * 876 dri2ReleaseBuffer(__DRIscreen *screen, __DRIbuffer *buffer) in dri2ReleaseBuffer()
|
/third_party/mesa3d/src/gbm/backends/dri/ |
H A D | gbm_driint.h | 90 __DRIbuffer *(*get_buffers)(__DRIdrawable * driDrawable, 95 __DRIbuffer *(*get_buffers_with_format)(__DRIdrawable * driDrawable,
|
H A D | gbm_dri.c | 94 static __DRIbuffer * 120 static __DRIbuffer *
|
/third_party/mesa3d/include/GL/internal/ |
H A D | dri_interface.h | 70 typedef struct __DRIbufferRec __DRIbuffer; typedef 981 __DRIbuffer *(*getBuffers)(__DRIdrawable *driDrawable, 1023 __DRIbuffer *(*getBuffersWithFormat)(__DRIdrawable *driDrawable, 1144 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen, 1150 __DRIbuffer *buffer);
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A 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()
|
H A D | egl_dri2.h | 315 __DRIbuffer buffers[5]; 349 __DRIbuffer *local_buffers[__DRI_BUFFER_COUNT]; 617 __DRIbuffer *
|
H A D | platform_ohos.c | 773 __DRIbuffer *buf, *local; in ohos_get_buffers_parse_attachments() 819 static __DRIbuffer *
|
H A D | platform_wayland.c | 1094 back_bo_to_dri_buffer(struct dri2_egl_surface *dri2_surf, __DRIbuffer *buffer) in back_bo_to_dri_buffer() 1178 static __DRIbuffer * 1191 __DRIbuffer *local; in dri2_wl_get_buffers_with_format() 1220 static __DRIbuffer * 1228 __DRIbuffer *buffer; in dri2_wl_get_buffers()
|
H A D | platform_android.c | 1181 __DRIbuffer *buf, *local; 1228 static __DRIbuffer *
|
H A D | platform_x11.c | 494 * __DRIbuffer tokens. */ in dri2_x11_process_buffers() 522 static __DRIbuffer * 559 static __DRIbuffer *
|
H A D | egl_dri2.c | 1289 __DRIbuffer *
|
/third_party/mesa3d/src/glx/ |
H A D | dri2_glx.c | 70 __DRIbuffer buffers[5]; 638 * __DRIbuffer tokens. */ in process_buffers() 760 static __DRIbuffer * 783 static __DRIbuffer *
|
Completed in 49 milliseconds