Home
last modified time | relevance | path

Searched defs:GpuResponse (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/virtio/gpu/
Dprotocol.rs788 pub enum GpuResponse { enum
824 impl From<TubeError> for GpuResponse { implementation
825 fn from(e: TubeError) -> GpuResponse { in from()
830 impl From<RutabagaError> for GpuResponse { implementation
831 fn from(e: RutabagaError) -> GpuResponse { in from()
836 impl From<GpuDisplayError> for GpuResponse { implementation
837 fn from(e: GpuDisplayError) -> GpuResponse { in from()
842 impl From<ExternalMappingError> for GpuResponse { implementation
843 fn from(e: ExternalMappingError) -> GpuResponse { in from()
848 impl From<UdmabufError> for GpuResponse { implementation
[all …]
Dvirtio_gpu.rs747 fn result_from_query(&mut self, resource_id: u32) -> GpuResponse { in result_from_query()