Searched refs: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() argument68 self_: *mut dwl_context, in dwl_context_setup() argument73 pub fn dwl_context_fd(self_: *mut dwl_context) -> ::std::os::raw::c_int; in dwl_context_fd()76 pub fn dwl_context_dispatch(self_: *mut dwl_context); in dwl_context_dispatch() argument80 self_: *mut dwl_context, in dwl_context_dmabuf_new() argument95 self_: *mut dwl_context, in dwl_context_surface_new() argument
34 struct dwl_context;37 struct dwl_context *context;52 struct dwl_context *context;59 struct dwl_context { struct79 struct dwl_context *context; argument138 struct dwl_context *context = output->context; in output_scale()186 static void dwl_context_output_add(struct dwl_context *context, in dwl_context_output_add()211 static void dwl_context_output_remove_destroy(struct dwl_context *context, in dwl_context_output_remove_destroy()228 static void dwl_context_output_get_aura(struct dwl_context *context) in dwl_context_output_get_aura()375 struct dwl_context *dwl_context_new() in dwl_context_new()[all …]
32 struct DwlContext(*mut dwl_context);137 fn ctx(&self) -> *mut dwl_context { in ctx() argument