Searched defs:dwl_dmabuf (Results 1 – 2 of 2) sorted by relevance
52 pub struct dwl_dmabuf { struct53 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()
71 struct dwl_dmabuf { struct72 uint32_t width;73 uint32_t height;74 bool in_use;75 struct wl_buffer *buffer;