Searched refs:dwl_surface_flip_to (Results 1 – 3 of 3) sorted by relevance
118 pub fn dwl_surface_flip_to(self_: *mut dwl_surface, dmabuf: *mut dwl_dmabuf); in dwl_surface_flip_to() function
315 Some(dmabuf) => unsafe { dwl_surface_flip_to(surface.surface(), dmabuf.0) }, in flip_to()
780 void dwl_surface_flip_to(struct dwl_surface *self, struct dwl_dmabuf *dmabuf) in dwl_surface_flip_to() function