Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/gpu/
Dprotocol.rs611 pub enum GpuCommand { enum
679 impl fmt::Debug for GpuCommand { implementation
712 impl GpuCommand { impl
714 pub fn decode(cmd: &mut Reader) -> Result<GpuCommand, GpuCommandDecodeError> { in decode()
Dmod.rs253 cmd: GpuCommand, in process_gpu_command()