Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/gpu/
Dprotocol.rs577 pub enum GpuCommand { enum
625 impl fmt::Debug for GpuCommand { implementation
659 impl GpuCommand { implementation
661 pub fn decode(cmd: &mut Reader) -> Result<GpuCommand, GpuCommandDecodeError> { in decode()
Dmod.rs416 cmd: GpuCommand, in process_gpu_command()
/external/crosvm/src/crosvm/
Dcmdline.rs446 pub struct GpuCommand { struct
448 pub command: GpuSubCommand,
/external/crosvm/vm_control/src/
Dlib.rs1483 GpuCommand(GpuControlCommand), enumerator