Searched defs:dwl_context (Results 1 – 3 of 3) sorted by relevance
47 pub struct dwl_context { struct61 pub fn dwl_context_new() -> *mut dwl_context; in dwl_context_new() argument64 pub fn dwl_context_destroy(self_: *mut *mut dwl_context); in dwl_context_destroy()68 self_: *mut dwl_context, in dwl_context_setup()76 pub fn dwl_context_dispatch(self_: *mut dwl_context); in dwl_context_dispatch()80 self_: *mut dwl_context, in dwl_context_dmabuf_new()95 self_: *mut dwl_context, in dwl_context_surface_new()
59 struct dwl_context { struct79 struct dwl_context *context; argument
137 fn ctx(&self) -> *mut dwl_context { in ctx()