Home
last modified time | relevance | path

Searched refs:dri2_egl_surface (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/egl/drivers/dri2/
Dplatform_drm.c48 struct dri2_egl_surface *dri2_surf = surf->dri_private; in lock_front_buffer()
71 struct dri2_egl_surface *dri2_surf = surf->dri_private; in release_buffer()
85 struct dri2_egl_surface *dri2_surf = surf->dri_private; in has_free_buffers()
146 struct dri2_egl_surface *dri2_surf; in dri2_drm_create_window_surface()
209 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(surf); in dri2_drm_destroy_surface()
227 get_back_bo(struct dri2_egl_surface *dri2_surf) in get_back_bo()
273 get_swrast_front_bo(struct dri2_egl_surface *dri2_surf) in get_swrast_front_bo()
295 back_bo_to_dri_buffer(struct dri2_egl_surface *dri2_surf, __DRIbuffer *buffer) in back_bo_to_dri_buffer()
320 struct dri2_egl_surface *dri2_surf = loaderPrivate; in dri2_drm_get_buffers_with_format()
400 struct dri2_egl_surface *dri2_surf = loaderPrivate; in dri2_drm_image_get_buffers()
[all …]
Dplatform_x11.c62 struct dri2_egl_surface * dri2_surf) in swrastCreateDrawable()
100 struct dri2_egl_surface * dri2_surf) in swrastDestroyDrawable()
111 struct dri2_egl_surface *dri2_surf = loaderPrivate; in x11_get_drawable_info()
153 struct dri2_egl_surface *dri2_surf = loaderPrivate; in swrastPutImage()
179 struct dri2_egl_surface *dri2_surf = loaderPrivate; in swrastGetImage()
254 struct dri2_egl_surface *dri2_surf; in dri2_x11_create_surface()
404 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(surf); in dri2_x11_destroy_surface()
437 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(surf); in dri2_query_surface()
463 dri2_x11_process_buffers(struct dri2_egl_surface *dri2_surf, in dri2_x11_process_buffers()
507 struct dri2_egl_surface *dri2_surf = loaderPrivate; in dri2_x11_get_buffers()
[all …]
Dplatform_android.c400 droid_window_dequeue_buffer(struct dri2_egl_surface *dri2_surf) in droid_window_dequeue_buffer()
466 droid_window_enqueue_buffer(_EGLDisplay *disp, struct dri2_egl_surface *dri2_surf) in droid_window_enqueue_buffer()
505 droid_window_cancel_buffer(struct dri2_egl_surface *dri2_surf) in droid_window_cancel_buffer()
524 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(surf); in droid_set_shared_buffer_mode()
551 struct dri2_egl_surface *dri2_surf; in droid_create_surface()
677 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(surf); in droid_destroy_surface()
712 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(surf); in droid_swap_interval()
723 update_buffers(struct dri2_egl_surface *dri2_surf) in update_buffers()
750 get_front_bo(struct dri2_egl_surface *dri2_surf, unsigned int format) in get_front_bo()
783 get_back_bo(struct dri2_egl_surface *dri2_surf) in get_back_bo()
[all …]
Dplatform_device.c48 struct dri2_egl_surface *dri2_surf) in device_alloc_image()
60 device_free_images(struct dri2_egl_surface *dri2_surf) in device_free_images()
82 struct dri2_egl_surface *dri2_surf = loaderPrivate; in device_image_get_buffers()
123 struct dri2_egl_surface *dri2_surf; in dri2_device_create_surface()
166 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(surf); in device_destroy_surface()
Dplatform_surfaceless.c41 struct dri2_egl_surface *dri2_surf) in surfaceless_alloc_image()
53 surfaceless_free_images(struct dri2_egl_surface *dri2_surf) in surfaceless_free_images()
75 struct dri2_egl_surface *dri2_surf = loaderPrivate; in surfaceless_image_get_buffers()
116 struct dri2_egl_surface *dri2_surf; in dri2_surfaceless_create_surface()
159 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(surf); in surfaceless_destroy_surface()
Dplatform_wayland.c239 struct dri2_egl_surface *dri2_surf = data; in wl_buffer_release()
264 struct dri2_egl_surface *dri2_surf = data; in resize_callback()
289 struct dri2_egl_surface *dri2_surf = data; in destroy_window_callback()
316 struct dri2_egl_surface *dri2_surf; in dri2_wl_create_window_surface()
433 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(surf); in dri2_wl_destroy_surface()
474 dri2_wl_release_buffers(struct dri2_egl_surface *dri2_surf) in dri2_wl_release_buffers()
506 get_back_bo(struct dri2_egl_surface *dri2_surf) in get_back_bo()
652 back_bo_to_dri_buffer(struct dri2_egl_surface *dri2_surf, __DRIbuffer *buffer) in back_bo_to_dri_buffer()
672 update_buffers(struct dri2_egl_surface *dri2_surf) in update_buffers()
716 update_buffers_if_needed(struct dri2_egl_surface *dri2_surf) in update_buffers_if_needed()
[all …]
Degl_dri2.h271 struct dri2_egl_surface struct
557 dri2_egl_surface_alloc_local_buffer(struct dri2_egl_surface *dri2_surf,
561 dri2_egl_surface_free_local_buffers(struct dri2_egl_surface *dri2_surf);
574 struct dri2_egl_surface *dri2_surf,
Dplatform_x11_dri3.h31 struct dri2_egl_surface surf;
Degl_dri2.c170 struct dri2_egl_surface *dri2_surf = loaderPrivate; in dri_is_thread_safe()
210 struct dri2_egl_surface *dri2_surf = loaderPrivate; in dri2_get_pbuffer_drawable_info()
218 dri2_get_bytes_per_pixel(struct dri2_egl_surface *dri2_surf) in dri2_get_bytes_per_pixel()
229 struct dri2_egl_surface *dri2_surf = loaderPrivate; in dri2_put_image()
267 struct dri2_egl_surface *dri2_surf = loaderPrivate; in dri2_get_image()
1281 dri2_egl_surface_alloc_local_buffer(struct dri2_egl_surface *dri2_surf, in dri2_egl_surface_alloc_local_buffer()
1300 dri2_egl_surface_free_local_buffers(struct dri2_egl_surface *dri2_surf) in dri2_egl_surface_free_local_buffers()
1667 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(surf); in dri2_init_surface()
1685 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(surf); in dri2_surface_set_out_fence_fd()
1696 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(surf); in dri2_fini_surface()
[all …]