Home
last modified time | relevance | path

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

/external/crosvm/gpu_display/src/generated/
Dxlib_generator.sh56 --allowlist-function XShmGetEventBase \
Dxlib.rs2774 pub fn XShmGetEventBase(arg1: *mut Display) -> ::std::os::raw::c_int; in XShmGetEventBase() function
/external/crosvm/gpu_display/src/
Dgpu_display_x.rs642 xlib::XShmGetEventBase(self.display.as_ptr()) as u32 + xlib::ShmCompletion; in create_surface()