Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/gpu/
Dprotocol.rs774 pub enum GpuResponse { enum
810 impl From<TubeError> for GpuResponse { implementation
811 fn from(e: TubeError) -> GpuResponse { in from()
816 impl From<RutabagaError> for GpuResponse { implementation
817 fn from(e: RutabagaError) -> GpuResponse { in from()
822 impl From<GpuDisplayError> for GpuResponse { implementation
823 fn from(e: GpuDisplayError) -> GpuResponse { in from()
828 impl From<ExternalMappingError> for GpuResponse { implementation
829 fn from(e: ExternalMappingError) -> GpuResponse { in from()
834 impl From<UdmabufError> for GpuResponse { implementation
[all …]
Dvirtio_gpu.rs808 fn result_from_query(&mut self, resource_id: u32) -> GpuResponse { in result_from_query()