Home
last modified time | relevance | path

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

/external/crosvm/rutabaga_gfx/src/
Drutabaga_core.rs196 fn component_type(&self) -> RutabagaComponentType; in component_type()
223 fn capset_id_to_component_type(&self, capset_id: u32) -> RutabagaResult<RutabagaComponentType> { in capset_id_to_component_type()
Dvirgl_renderer.rs77 fn component_type(&self) -> RutabagaComponentType { in component_type()
Dgfxstream.rs211 fn component_type(&self) -> RutabagaComponentType { in component_type()
Drutabaga_utils.rs520 pub enum RutabagaComponentType { enum
/external/crosvm/rutabaga_gfx/src/cross_domain/
Dcross_domain.rs919 fn component_type(&self) -> RutabagaComponentType { in component_type()