Home
last modified time | relevance | path

Searched refs:dwl_context (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/gpu_display/src/
Ddwl.rs47 pub struct dwl_context { struct
61 pub fn dwl_context_new() -> *mut dwl_context; in dwl_context_new() argument
64 pub fn dwl_context_destroy(self_: *mut *mut dwl_context); in dwl_context_destroy() argument
68 self_: *mut dwl_context, in dwl_context_setup() argument
73 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() argument
80 self_: *mut dwl_context, in dwl_context_dmabuf_new() argument
95 self_: *mut dwl_context, in dwl_context_surface_new() argument
Ddisplay_wl.c34 struct dwl_context;
37 struct dwl_context *context;
52 struct dwl_context *context;
59 struct dwl_context { struct
79 struct dwl_context *context; argument
138 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 …]
Dgpu_display_wl.rs32 struct DwlContext(*mut dwl_context);
137 fn ctx(&self) -> *mut dwl_context { in ctx() argument