Home
last modified time | relevance | path

Searched refs:dwl_dmabuf (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/gpu_display/src/
Ddwl.rs52 pub struct dwl_dmabuf { struct
88 ) -> *mut dwl_dmabuf; in dwl_context_dmabuf_new() argument
91 pub fn dwl_dmabuf_destroy(self_: *mut *mut dwl_dmabuf); in dwl_dmabuf_destroy() argument
118 pub fn dwl_surface_flip_to(self_: *mut dwl_surface, dmabuf: *mut dwl_dmabuf); in dwl_surface_flip_to() argument
Ddisplay_wl.c71 struct dwl_dmabuf { struct
464 struct dwl_dmabuf *dmabuf = (struct dwl_dmabuf *)data; in linux_buffer_created()
480 struct dwl_dmabuf *dmabuf = (struct dwl_dmabuf *)data; in dmabuf_buffer_release()
489 struct dwl_dmabuf *dwl_context_dmabuf_new(struct dwl_context *self, int fd, in dwl_context_dmabuf_new()
494 struct dwl_dmabuf *dmabuf = calloc(1, sizeof(struct dwl_dmabuf)); in dwl_context_dmabuf_new()
531 void dwl_dmabuf_destroy(struct dwl_dmabuf **self) in dwl_dmabuf_destroy()
780 void dwl_surface_flip_to(struct dwl_surface *self, struct dwl_dmabuf *dmabuf) in dwl_surface_flip_to()
Dgpu_display_wl.rs45 struct DwlDmabuf(*mut dwl_dmabuf);