Searched refs:RutabagaComponent (Results 1 – 5 of 5) sorted by relevance
/external/crosvm/rutabaga_gfx/src/ |
D | rutabaga_2d.rs | 11 use crate::rutabaga_core::{Rutabaga2DInfo, RutabagaComponent, RutabagaResource}; 138 pub fn init() -> RutabagaResult<Box<dyn RutabagaComponent>> { in init() 145 impl RutabagaComponent for Rutabaga2D {
|
D | gfxstream.rs | 24 use crate::rutabaga_core::{RutabagaComponent, RutabagaContext, RutabagaResource}; 203 ) -> RutabagaResult<Box<dyn RutabagaComponent>> { in init() argument 230 impl RutabagaComponent for Gfxstream {
|
D | virgl_renderer.rs | 26 use crate::rutabaga_core::{RutabagaComponent, RutabagaContext, RutabagaResource}; 171 ) -> RutabagaResult<Box<dyn RutabagaComponent>> { in init() argument 282 impl RutabagaComponent for VirglRenderer {
|
D | rutabaga_core.rs | 52 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/ |
D | cross_domain.rs | 14 use crate::rutabaga_core::{RutabagaComponent, RutabagaContext, RutabagaResource}; 52 ) -> RutabagaResult<Box<dyn RutabagaComponent>> { in init() argument 257 impl RutabagaComponent for CrossDomain {
|