Searched refs:RutabagaContext (Results 1 – 4 of 4) sorted by relevance
14 use crate::rutabaga_core::{RutabagaComponent, RutabagaContext, RutabagaResource};136 impl RutabagaContext for CrossDomainContext {290 ) -> RutabagaResult<Box<dyn RutabagaContext>> { in create_context() argument
24 use crate::rutabaga_core::{RutabagaComponent, RutabagaContext, RutabagaResource};126 impl RutabagaContext for GfxstreamContext {445 ) -> RutabagaResult<Box<dyn RutabagaContext>> { in create_context() argument
26 use crate::rutabaga_core::{RutabagaComponent, RutabagaContext, RutabagaResource};44 impl RutabagaContext for VirglRendererContext {559 ) -> RutabagaResult<Box<dyn RutabagaContext>> { in create_context() argument
158 ) -> RutabagaResult<Box<dyn RutabagaContext>> { in create_context() argument163 pub trait RutabagaContext { interface212 contexts: Map<u32, Box<dyn RutabagaContext>>,