Searched refs:dwl_dmabuf (Results 1 – 3 of 3) sorted by relevance
52 pub struct dwl_dmabuf { struct88 ) -> *mut dwl_dmabuf; in dwl_context_dmabuf_new() argument91 pub fn dwl_dmabuf_destroy(self_: *mut *mut dwl_dmabuf); in dwl_dmabuf_destroy() argument118 pub fn dwl_surface_flip_to(self_: *mut dwl_surface, dmabuf: *mut dwl_dmabuf); in dwl_surface_flip_to() argument
71 struct dwl_dmabuf { struct464 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()
45 struct DwlDmabuf(*mut dwl_dmabuf);