Home
last modified time | relevance | path

Searched refs:RutabagaContext (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/rutabaga_gfx/src/cross_domain/
Dcross_domain.rs14 use crate::rutabaga_core::{RutabagaComponent, RutabagaContext, RutabagaResource};
136 impl RutabagaContext for CrossDomainContext {
290 ) -> RutabagaResult<Box<dyn RutabagaContext>> { in create_context() argument
/external/crosvm/rutabaga_gfx/src/
Dgfxstream.rs24 use crate::rutabaga_core::{RutabagaComponent, RutabagaContext, RutabagaResource};
126 impl RutabagaContext for GfxstreamContext {
445 ) -> RutabagaResult<Box<dyn RutabagaContext>> { in create_context() argument
Dvirgl_renderer.rs26 use crate::rutabaga_core::{RutabagaComponent, RutabagaContext, RutabagaResource};
44 impl RutabagaContext for VirglRendererContext {
559 ) -> RutabagaResult<Box<dyn RutabagaContext>> { in create_context() argument
Drutabaga_core.rs158 ) -> RutabagaResult<Box<dyn RutabagaContext>> { in create_context() argument
163 pub trait RutabagaContext { interface
212 contexts: Map<u32, Box<dyn RutabagaContext>>,