Home
last modified time | relevance | path

Searched defs:dwl_dmabuf (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/gpu_display/src/
Ddwl.rs52 pub struct dwl_dmabuf { struct
53 pub _bindgen_opaque_blob: [u64; 3usize],
88 ) -> *mut dwl_dmabuf; in dwl_context_dmabuf_new()
91 pub fn dwl_dmabuf_destroy(self_: *mut *mut dwl_dmabuf); in dwl_dmabuf_destroy()
118 pub fn dwl_surface_flip_to(self_: *mut dwl_surface, dmabuf: *mut dwl_dmabuf); in dwl_surface_flip_to()
Ddisplay_wl.c71 struct dwl_dmabuf { struct
72 uint32_t width;
73 uint32_t height;
74 bool in_use;
75 struct wl_buffer *buffer;