Home
last modified time | relevance | path

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

/external/crosvm/rutabaga_gfx/src/
Drutabaga_2d.rs11 use crate::rutabaga_core::{Rutabaga2DInfo, RutabagaComponent, RutabagaResource};
138 pub fn init() -> RutabagaResult<Box<dyn RutabagaComponent>> { in init()
145 impl RutabagaComponent for Rutabaga2D {
Dgfxstream.rs24 use crate::rutabaga_core::{RutabagaComponent, RutabagaContext, RutabagaResource};
203 ) -> RutabagaResult<Box<dyn RutabagaComponent>> { in init() argument
230 impl RutabagaComponent for Gfxstream {
Dvirgl_renderer.rs26 use crate::rutabaga_core::{RutabagaComponent, RutabagaContext, RutabagaResource};
171 ) -> RutabagaResult<Box<dyn RutabagaComponent>> { in init() argument
282 impl RutabagaComponent for VirglRenderer {
Drutabaga_core.rs52 pub trait RutabagaComponent { trait
211 components: Map<RutabagaComponentType, Box<dyn RutabagaComponent>>,
710 let mut rutabaga_components: Map<RutabagaComponentType, Box<dyn RutabagaComponent>> = in build()
/external/crosvm/rutabaga_gfx/src/cross_domain/
Dcross_domain.rs14 use crate::rutabaga_core::{RutabagaComponent, RutabagaContext, RutabagaResource};
52 ) -> RutabagaResult<Box<dyn RutabagaComponent>> { in init() argument
257 impl RutabagaComponent for CrossDomain {