Home
last modified time | relevance | path

Searched defs:VulkanoGralloc (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dvulkano_gralloc.rs39 pub struct VulkanoGralloc { struct
40 devices: Map<PhysicalDeviceType, Arc<Device>>,
41 has_integrated_gpu: bool,
68 impl VulkanoGralloc { implementation
187 impl Gralloc for VulkanoGralloc { implementation