Home
last modified time | relevance | path

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

/external/crosvm/gpu_display/src/
Dlib.rs25 pub enum GpuDisplayError { enum
48 impl Display for GpuDisplayError { implementation
132 ) -> Result<u32, GpuDisplayError>; in import_dmabuf() argument
140 ) -> Result<u32, GpuDisplayError>; in create_surface() argument
160 fn import_event_device(&mut self, event_device: EventDevice) -> Result<u32, GpuDisplayError>; in import_event_device() argument
175 pub fn open_x<S: AsRef<str>>(display_name: Option<S>) -> Result<GpuDisplay, GpuDisplayError> { in open_x() argument
193 ) -> Result<GpuDisplay, GpuDisplayError> { in open_wayland() argument
223 ) -> Result<u32, GpuDisplayError> { in import_dmabuf() argument
246 ) -> Result<u32, GpuDisplayError> { in create_surface() argument
315 ) -> Result<u32, GpuDisplayError> { in import_event_device() argument
Dgpu_display_wl.rs99 pub fn new(wayland_path: Option<&Path>) -> Result<DisplayWl, GpuDisplayError> { in new() argument
156 ) -> Result<u32, GpuDisplayError> { in import_dmabuf() argument
198 ) -> Result<u32, GpuDisplayError> { in create_surface() argument
344 fn import_event_device(&mut self, _event_device: EventDevice) -> Result<u32, GpuDisplayError> { in import_event_device() argument
Dgpu_display_stub.rs156 ) -> Result<u32, GpuDisplayError> { in create_surface() argument
194 ) -> Result<u32, GpuDisplayError> { in import_dmabuf() argument
214 fn import_event_device(&mut self, _event_device: EventDevice) -> Result<u32, GpuDisplayError> { in import_event_device() argument
Dgpu_display_x.rs554 pub fn open_display(display: Option<&str>) -> Result<DisplayX, GpuDisplayError> { in open_display() argument
722 ) -> Result<u32, GpuDisplayError> { in create_surface() argument
781 ) -> Result<u32, GpuDisplayError> { in import_dmabuf() argument
801 fn import_event_device(&mut self, event_device: EventDevice) -> Result<u32, GpuDisplayError> { in import_event_device() argument
/external/crosvm/devices/src/virtio/gpu/
Dmod.rs861 fn build(&self) -> std::result::Result<GpuDisplay, GpuDisplayError> { in build() argument