Home
last modified time | relevance | path

Searched defs:RutabagaComponentType (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/rutabaga_gfx/src/
Drutabaga_core.rs223 fn component_type(&self) -> RutabagaComponentType; in component_type()
303 fn capset_id_to_component_type(&self, capset_id: u32) -> RutabagaResult<RutabagaComponentType> { in capset_id_to_component_type()
782 pub fn new(default_component: RutabagaComponentType, capset_mask: u64) -> RutabagaBuilder { in new()
Dvirgl_renderer.rs127 fn component_type(&self) -> RutabagaComponentType { in component_type()
Dgfxstream.rs242 fn component_type(&self) -> RutabagaComponentType { in component_type()
Drutabaga_utils.rs615 pub enum RutabagaComponentType { enum
/external/crosvm/rutabaga_gfx/src/cross_domain/
Dcross_domain.rs816 fn component_type(&self) -> RutabagaComponentType { in component_type()