Searched defs:GpuDisplay (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/crosvm/gpu_display/src/sys/ |
H A D | linux.rs | 21 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
|
H A D | windows.rs | 39 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
|
/aosp_15_r20/external/crosvm/gpu_display/src/ |
H A D | lib.rs | 415 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()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/gpu/ |
H A D | virtio_gpu.rs | 242 display: &Rc<RefCell<GpuDisplay>>, in restore() 268 display: &Rc<RefCell<GpuDisplay>>, in create_surface() 309 fn release_surface(&mut self, display: &Rc<RefCell<GpuDisplay>>) { in release_surface() 319 display: &Rc<RefCell<GpuDisplay>>, in set_mouse_mode() 332 display: &Rc<RefCell<GpuDisplay>>, in set_position() 352 display: &Rc<RefCell<GpuDisplay>>, in flush() 400 display: &Rc<RefCell<GpuDisplay>>, in import_resource_to_display() 528 display: GpuDisplay, in new() 581 pub fn display(&mut self) -> &Rc<RefCell<GpuDisplay>> { in display()
|
H A D | mod.rs | 379 pub fn display(&mut self) -> &Rc<RefCell<GpuDisplay>> { in display() 1355 ) -> std::result::Result<GpuDisplay, GpuDisplayError> { in build()
|