Home
last modified time | relevance | path

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

/external/crosvm/rutabaga_gfx/src/
Drutabaga_core.rs710 let mut rutabaga_components: Map<RutabagaComponentType, Box<dyn RutabagaComponent>> = in build() localVariable
717 rutabaga_components.insert(RutabagaComponentType::Rutabaga2D, rutabaga_2d); in build()
726 rutabaga_components.insert(RutabagaComponentType::VirglRenderer, virgl); in build()
756 rutabaga_components.insert(RutabagaComponentType::Gfxstream, gfxstream); in build()
765 rutabaga_components.insert(RutabagaComponentType::CrossDomain, cross_domain); in build()
774 components: rutabaga_components, in build()