Searched defs:dwl_context (Results 1 – 3 of 3) sorted by relevance
48 pub struct dwl_context { struct49 pub _bindgen_opaque_blob: [u64; 52usize],99 pub fn dwl_context_new(log_proc: dwl_error_callback_type) -> *mut dwl_context; in dwl_context_new()102 pub fn dwl_context_destroy(self_: *mut *mut dwl_context); in dwl_context_destroy()106 self_: *mut dwl_context, in dwl_context_setup()114 pub fn dwl_context_dispatch(self_: *mut dwl_context); in dwl_context_dispatch()118 self_: *mut dwl_context, in dwl_context_dmabuf_new()134 self_: *mut dwl_context, in dwl_context_surface_new()175 pub fn dwl_context_next_event(self_: *mut dwl_context, event: *mut dwl_event); in dwl_context_next_event()
99 struct dwl_context { struct100 struct wl_display *display;101 struct dwl_surface *surfaces[MAX_BUFFER_COUNT];102 struct dwl_dmabuf *dmabufs[MAX_BUFFER_COUNT];126 struct dwl_context *context; argument
272 fn ctx(&self) -> *mut dwl_context { in ctx()