Searched defs:gbm_bo (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/ |
H A D | minigbm_bindings.rs | 25 pub struct gbm_bo { struct 35 pub union gbm_bo_handle { argument 101 ) -> *mut gbm_bo; in gbm_bo_create() 111 ) -> *mut gbm_bo; in gbm_bo_create_with_modifiers() 140 ) -> *mut gbm_bo; in gbm_bo_import() 150 pub fn gbm_bo_unmap(bo: *mut gbm_bo, map_data: *mut c_void); in gbm_bo_unmap() 177 pub fn gbm_bo_get_stride_for_plane(bo: *mut gbm_bo, plane: usize) -> u32; in gbm_bo_get_stride_for_plane() 186 pub fn gbm_bo_get_offset(bo: *mut gbm_bo, plane: usize) -> u32; in gbm_bo_get_offset() 204 pub fn gbm_bo_get_handle_for_plane(bo: *mut gbm_bo, plane: usize) -> gbm_bo_handle; in gbm_bo_get_handle_for_plane() 207 pub fn gbm_bo_write(bo: *mut gbm_bo, buf: *const c_void, count: usize) -> c_int; in gbm_bo_write() [all …]
|
/aosp_15_r20/external/minigbm/ |
H A D | gbm_priv.h | 24 struct gbm_bo { struct 29 void (*destroy_user_data)(struct gbm_bo *, void *); argument
|
H A D | gbm.c | 376 void (*destroy_user_data)(struct gbm_bo *, void *)) in gbm_bo_set_user_data()
|
/aosp_15_r20/external/mesa3d/src/gbm/main/ |
H A D | gbm_backend_abi.h | 198 struct gbm_bo { struct 200 struct gbm_bo_v0 v0; argument
|
H A D | gbm.c | 437 void (*destroy_user_data)(struct gbm_bo *, void *)) in gbm_bo_set_user_data()
|
/aosp_15_r20/external/virglrenderer/src/venus/ |
H A D | vkr_device_memory.c | 91 struct gbm_bo *gbm_bo; in vkr_get_fd_info_from_allocation_info() local 147 struct gbm_bo *gbm_bo = NULL; in vkr_dispatch_vkAllocateMemory() local
|
H A D | vkr_device_memory.h | 21 struct gbm_bo *gbm_bo; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/gbm/src/ |
D | buffer_object.rs | 175 unsafe extern "C" fn destroy<T: 'static>(_: *mut ffi::gbm_bo, ptr: *mut ::libc::c_void) { in destroy() 497 ffi: *mut ffi::gbm_bo, in new() 533 fn as_raw(&self) -> *const ffi::gbm_bo { in as_raw()
|
/aosp_15_r20/external/virglrenderer/src/ |
H A D | vrend_renderer.h | 89 void *gbm_bo, *egl_image; member
|