Home
last modified time | relevance | path

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

/external/crosvm/gpu_display/src/
Ddwl.rs47 pub struct dwl_context { struct
48 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()
Ddisplay_wl.c103 struct dwl_context { struct
104 struct wl_display *display;
128 struct dwl_context *context; argument
Dgpu_display_wl.rs220 fn ctx(&self) -> *mut dwl_context { in ctx()