Searched refs:RutabagaComponentType (Results 1 – 3 of 3) sorted by relevance
/external/crosvm/rutabaga_gfx/src/ |
D | rutabaga_core.rs | 199 pub component: RutabagaComponentType, 211 components: Map<RutabagaComponentType, Box<dyn RutabagaComponent>>, 213 default_component: RutabagaComponentType, 218 fn capset_id_to_component_type(&self, capset_id: u32) -> RutabagaResult<RutabagaComponentType> { in capset_id_to_component_type() argument 649 default_component: RutabagaComponentType, 657 pub fn new(default_component: RutabagaComponentType) -> RutabagaBuilder { in new() 710 let mut rutabaga_components: Map<RutabagaComponentType, Box<dyn RutabagaComponent>> = in build() 715 if self.default_component == RutabagaComponentType::Rutabaga2D { in build() 717 rutabaga_components.insert(RutabagaComponentType::Rutabaga2D, rutabaga_2d); in build() 720 if self.default_component == RutabagaComponentType::VirglRenderer { in build() [all …]
|
D | rutabaga_utils.rs | 472 pub enum RutabagaComponentType { enum
|
/external/crosvm/devices/src/virtio/gpu/ |
D | mod.rs | 886 rutabaga_component: RutabagaComponentType, 940 GpuMode::Mode2D => RutabagaComponentType::Rutabaga2D, in new() 941 GpuMode::ModeVirglRenderer => RutabagaComponentType::VirglRenderer, in new() 942 GpuMode::ModeGfxstream => RutabagaComponentType::Gfxstream, in new() 982 RutabagaComponentType::Rutabaga2D => 0, in get_config() 1063 RutabagaComponentType::Rutabaga2D => 0, in features()
|