Home
last modified time | relevance | path

Searched refs:Gfxstream (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/rutabaga_gfx/src/
Dgfxstream.rs118 pub struct Gfxstream { struct
198 impl Gfxstream { impl
221 Ok(Box::new(Gfxstream { fence_state })) in init()
230 impl RutabagaComponent for Gfxstream { implementation
Drutabaga_core.rs16 use crate::gfxstream::Gfxstream;
743 if self.default_component == RutabagaComponentType::Gfxstream { in build()
755 let gfxstream = Gfxstream::init(display_width, display_height, gfxstream_flags)?; in build()
756 rutabaga_components.insert(RutabagaComponentType::Gfxstream, gfxstream); in build()
760 component: RutabagaComponentType::Gfxstream, in build()
Drutabaga_utils.rs475 Gfxstream, enumerator
/external/crosvm/devices/src/virtio/gpu/
Dmod.rs942 GpuMode::ModeGfxstream => RutabagaComponentType::Gfxstream, in new()