Searched refs:Gfxstream (Results 1 – 4 of 4) sorted by relevance
118 pub struct Gfxstream { struct198 impl Gfxstream { implementation221 Ok(Box::new(Gfxstream { fence_state })) in init()230 impl RutabagaComponent for Gfxstream { implementation
16 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()
475 Gfxstream, enumerator
942 GpuMode::ModeGfxstream => RutabagaComponentType::Gfxstream, in new()