Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/gpu_display/src/
H A Ddwl.rs48 pub struct dwl_context { struct
49 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()
H A Ddisplay_wl.c99 struct dwl_context { struct
100 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
H A Dgpu_display_wl.rs272 fn ctx(&self) -> *mut dwl_context { in ctx()