Searched defs:dwl_dmabuf (Results 1 – 2 of 2) sorted by relevance
53 pub struct dwl_dmabuf { struct54 pub _bindgen_opaque_blob: [u64; 3usize],127 ) -> *mut dwl_dmabuf; in dwl_context_dmabuf_new()130 pub fn dwl_dmabuf_destroy(self_: *mut *mut dwl_dmabuf); in dwl_dmabuf_destroy()
120 struct dwl_dmabuf { struct121 uint32_t width;122 uint32_t height;123 uint32_t import_id;124 bool in_use;125 struct wl_buffer *buffer;126 struct dwl_context *context;