Home
last modified time | relevance | path

Searched defs:GpuDisplay (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/gpu_display/src/sys/
Dlinux.rs21 impl GpuDisplayExt for GpuDisplay { implementation
47 fn open_wayland<P: AsRef<Path>>(wayland_path: Option<P>) -> GpuDisplayResult<GpuDisplay>; in open_wayland()
50 impl UnixGpuDisplayExt for GpuDisplay { implementation
51 fn open_wayland<P: AsRef<Path>>(wayland_path: Option<P>) -> GpuDisplayResult<GpuDisplay> { in open_wayland()
70 impl AsRawDescriptor for GpuDisplay { implementation
Dwindows.rs39 impl GpuDisplayExt for GpuDisplay { implementation
69 ) -> GpuDisplayResult<GpuDisplay>; in open_winapi()
72 impl WinGpuDisplayExt for GpuDisplay { implementation
78 ) -> GpuDisplayResult<GpuDisplay> { in open_winapi()
99 impl AsRawDescriptor for GpuDisplay { implementation
/external/crosvm/gpu_display/src/
Dlib.rs415 pub struct GpuDisplay { struct
418 surfaces: BTreeMap<u32, Box<dyn GpuDisplaySurface>>, argument
429 impl GpuDisplay { argument
431 pub fn open_x(display_name: Option<&str>) -> GpuDisplayResult<GpuDisplay> { in open_x()
452 pub fn open_android(service_name: &str) -> GpuDisplayResult<GpuDisplay> { in open_android()
/external/crosvm/devices/src/virtio/gpu/
Dvirtio_gpu.rs247 display: &Rc<RefCell<GpuDisplay>>, in restore()
273 display: &Rc<RefCell<GpuDisplay>>, in create_surface()
338 fn release_surface(&mut self, display: &Rc<RefCell<GpuDisplay>>) { in release_surface()
348 display: &Rc<RefCell<GpuDisplay>>, in set_mouse_mode()
361 display: &Rc<RefCell<GpuDisplay>>, in set_position()
381 display: &Rc<RefCell<GpuDisplay>>, in flush()
429 display: &Rc<RefCell<GpuDisplay>>, in import_resource_to_display()
558 display: GpuDisplay, in new()
613 pub fn display(&mut self) -> &Rc<RefCell<GpuDisplay>> { in display()
Dmod.rs383 pub fn display(&mut self) -> &Rc<RefCell<GpuDisplay>> { in display()
1352 ) -> std::result::Result<GpuDisplay, GpuDisplayError> { in build()