Home
last modified time | relevance | path

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

/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dsystem_gralloc.rs11 use crate::rutabaga_gralloc::gralloc::{Gralloc, ImageAllocationInfo, ImageMemoryRequirements};
23 pub fn init() -> RutabagaResult<Box<dyn Gralloc>> { in init()
28 impl Gralloc for SystemGralloc {
Dminigbm.rs20 use crate::rutabaga_gralloc::gralloc::{Gralloc, ImageAllocationInfo, ImageMemoryRequirements};
50 pub fn init() -> RutabagaResult<Box<dyn Gralloc>> { in init()
75 impl Gralloc for MinigbmDevice {
Dgralloc.rs169 pub trait Gralloc { trait
215 grallocs: Map<GrallocBackend, Box<dyn Gralloc>>,
222 let mut grallocs: Map<GrallocBackend, Box<dyn Gralloc>> = Default::default(); in new()
Dvulkano_gralloc.rs19 use crate::rutabaga_gralloc::gralloc::{Gralloc, ImageAllocationInfo, ImageMemoryRequirements};
70 pub fn init() -> RutabagaResult<Box<dyn Gralloc>> { in init()
187 impl Gralloc for VulkanoGralloc {
/external/autotest/metadata/tests/
Dgraphics.star33 'graphics/Gralloc',