Searched refs:rutabaga_components (Results 1 – 1 of 1) sorted by relevance
710 let mut rutabaga_components: Map<RutabagaComponentType, Box<dyn RutabagaComponent>> = in build() localVariable717 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()