Home
last modified time | relevance | path

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

/external/crosvm/gpu_display/src/
Ddwl.rs53 pub struct dwl_dmabuf { struct
54 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()
Ddisplay_wl.c120 struct dwl_dmabuf { struct
121 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;