Searched defs:dwl_context (Results 1 – 3 of 3) sorted by relevance
47 pub struct dwl_context { struct48 pub _bindgen_opaque_blob: [u64; 52usize],97 pub fn dwl_context_destroy(self_: *mut *mut dwl_context); in dwl_context_destroy()101 self_: *mut dwl_context, in dwl_context_setup()109 pub fn dwl_context_dispatch(self_: *mut dwl_context); in dwl_context_dispatch()113 self_: *mut dwl_context, in dwl_context_dmabuf_new()129 self_: *mut dwl_context, in dwl_context_surface_new()170 pub fn dwl_context_next_event(self_: *mut dwl_context, event: *mut dwl_event); in dwl_context_next_event()
103 struct dwl_context { struct104 struct wl_display *display;128 struct dwl_context *context; argument
220 fn ctx(&self) -> *mut dwl_context { in ctx()