Home
last modified time | relevance | path

Searched defs:loaderPrivate (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/mesa3d/src/glx/
H A Ddrisw_glx.c147 void *loaderPrivate) in swrastGetDrawableInfo()
190 int shmid, char *data, void *loaderPrivate) in swrastXPutImage()
225 void *loaderPrivate) in swrastPutImageShm()
242 void *loaderPrivate) in swrastPutImageShm2()
257 char *data, void *loaderPrivate) in swrastPutImage2()
269 char *data, void *loaderPrivate) in swrastPutImage()
281 char *data, void *loaderPrivate) in swrastGetImage2()
310 char *data, void *loaderPrivate) in swrastGetImage()
318 int shmid, void *loaderPrivate) in swrastGetImageShm2()
348 int shmid, void *loaderPrivate) in swrastGetImageShm()
H A Ddri3_glx.c297 dri3_flush_front_buffer(__DRIdrawable *driDrawable, void *loaderPrivate) in dri3_flush_front_buffer()
328 dri3_flush_swap_buffers(__DRIdrawable *driDrawable, void *loaderPrivate) in dri3_flush_swap_buffers()
347 dri_set_background_context(void *loaderPrivate) in dri_set_background_context()
353 dri_is_thread_safe(void *loaderPrivate) in dri_is_thread_safe()
H A Ddri2_glx.c394 dri2FlushFrontBuffer(__DRIdrawable *driDrawable, void *loaderPrivate) in dri2FlushFrontBuffer()
546 int *out_count, void *loaderPrivate) in dri2GetBuffers()
569 int *out_count, void *loaderPrivate) in dri2GetBuffersWithFormat()
H A Ddri_common.c741 driSetBackgroundContext(void *loaderPrivate) in driSetBackgroundContext()
747 driIsThreadSafe(void *loaderPrivate) in driIsThreadSafe()
/aosp_15_r20/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.c554 uint32_t *stamp, void *loaderPrivate, in droid_image_get_buffers()
758 droid_flush_front_buffer(__DRIdrawable *driDrawable, void *loaderPrivate) in droid_flush_front_buffer()
763 droid_get_capability(void *loaderPrivate, enum dri_loader_cap cap) in droid_get_capability()
775 droid_destroy_loader_image_state(void *loaderPrivate) in droid_destroy_loader_image_state()
898 void *loaderPrivate) in droid_display_shared_buffer()
958 void *loaderPrivate) in droid_swrast_get_drawable_info()
972 int h, int stride, char *data, void *loaderPrivate) in droid_swrast_put_image2()
979 int h, char *data, void *loaderPrivate) in droid_swrast_put_image()
986 char *data, void *loaderPrivate) in droid_swrast_get_image()
H A Dplatform_x11.c115 void *loaderPrivate) in x11_get_drawable_info()
148 void *loaderPrivate) in swrastGetDrawableInfo()
156 int stride, char *data, void *loaderPrivate) in swrastPutImage2()
221 char *data, void *loaderPrivate) in swrastPutImage()
231 char *data, void *loaderPrivate) in swrastGetImage2()
270 void *loaderPrivate) in swrastGetImage()
281 void *loaderPrivate) in swrastPutImageShm()
331 int shmid, void *loaderPrivate) in swrastGetImageShm()
676 void *loaderPrivate) in dri2_x11_get_buffers()
711 int count, int *out_count, void *loaderPrivate) in dri2_x11_get_buffers_with_format()
[all …]
H A Dplatform_device.c71 uint32_t *stamp, void *loaderPrivate, in device_image_get_buffers()
182 device_flush_front_buffer(__DRIdrawable *driDrawable, void *loaderPrivate) in device_flush_front_buffer()
187 device_get_capability(void *loaderPrivate, enum dri_loader_cap cap) in device_get_capability()
H A Dplatform_surfaceless.c66 uint32_t *stamp, void *loaderPrivate, in surfaceless_image_get_buffers()
182 surfaceless_flush_front_buffer(__DRIdrawable *driDrawable, void *loaderPrivate) in surfaceless_flush_front_buffer()
187 surfaceless_get_capability(void *loaderPrivate, enum dri_loader_cap cap) in surfaceless_get_capability()
H A Dplatform_drm.c288 uint32_t *stamp, void *loaderPrivate, in dri2_drm_image_get_buffers()
305 dri2_drm_flush_front_buffer(__DRIdrawable *driDrawable, void *loaderPrivate) in dri2_drm_flush_front_buffer()
408 int height, int stride, char *data, void *loaderPrivate) in swrast_put_image2()
451 int height, char *data, void *loaderPrivate) in swrast_get_image()
H A Dplatform_wayland.c1405 uint32_t *stamp, void *loaderPrivate, uint32_t buffer_mask, in image_get_buffers()
1420 dri2_wl_flush_front_buffer(__DRIdrawable *driDrawable, void *loaderPrivate) in dri2_wl_flush_front_buffer()
1427 dri2_wl_get_capability(void *loaderPrivate, enum dri_loader_cap cap) in dri2_wl_get_capability()
2552 int *h, void *loaderPrivate) in dri2_wl_kopper_get_drawable_info()
2565 int *h, void *loaderPrivate) in dri2_wl_swrast_get_drawable_info()
2578 char *data, void *loaderPrivate) in dri2_wl_swrast_get_image()
2617 int h, int stride, char *data, void *loaderPrivate) in dri2_wl_swrast_put_image2()
2653 int h, char *data, void *loaderPrivate) in dri2_wl_swrast_put_image()
H A Degl_dri2.c91 dri_set_background_context(void *loaderPrivate) in dri_set_background_context()
124 dri_is_thread_safe(UNUSED void *loaderPrivate) in dri_is_thread_safe()
166 int *h, void *loaderPrivate) in dri2_get_pbuffer_drawable_info()
184 char *data, void *loaderPrivate) in dri2_put_image()
221 void *loaderPrivate) in dri2_get_image()
1372 struct dri2_egl_surface *dri2_surf, void *loaderPrivate) in dri2_create_drawable()
H A Dplatform_x11_dri3.c415 dri3_flush_front_buffer(__DRIdrawable *driDrawable, void *loaderPrivate) in dri3_flush_front_buffer()
/aosp_15_r20/external/mesa3d/src/gbm/backends/dri/
H A Dgbm_dri.c98 dri_get_capability(void *loaderPrivate, enum dri_loader_cap cap) in dri_get_capability()
115 void *loaderPrivate, in image_get_buffers()
135 void *loaderPrivate) in swrast_get_drawable_info()
154 void *loaderPrivate) in swrast_put_image2()
173 void *loaderPrivate) in swrast_put_image()
186 void *loaderPrivate) in swrast_get_image()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c920 void *loaderPrivate) in dri_create_image_from_winsys()
1128 void *loaderPrivate) in dri_create_image()
1454 dri2_dup_image(__DRIimage *image, void *loaderPrivate) in dri2_dup_image()
1510 void *loaderPrivate) in dri2_from_names()
1543 dri2_from_planar(__DRIimage *image, int plane, void *loaderPrivate) in dri2_from_planar()
1654 void *loaderPrivate) in dri2_from_dma_bufs()
H A Ddri_helpers.c263 int renderbuffer, void *loaderPrivate, in dri_create_image_from_renderbuffer()
356 void *loaderPrivate) in dri2_create_from_texture()
744 void *loaderPrivate) in dri_create_image_with_modifiers()
H A Dloader_dri3_helper.c1767 void *loaderPrivate) in loader_dri3_create_image()
1814 void *loaderPrivate) in loader_dri3_create_image_from_buffers()
2143 void *loaderPrivate, in loader_dri3_get_buffers()
H A Ddri_context.h69 void *loaderPrivate; member
H A Ddri_context.c51 void *loaderPrivate) in dri_create_context()
H A Ddri_drawable.h66 void *loaderPrivate; member
H A Ddri_drawable.c153 bool isPixmap, void *loaderPrivate) in dri_create_drawable()
H A Ddri_screen.h59 void *loaderPrivate; member