Home
last modified time | relevance | path

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

/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/vulkano_gralloc/sys/
Dunix.rs24 impl VulkanoGralloc { impl
Dwindows.rs21 impl VulkanoGralloc { implementation
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dvulkano_gralloc.rs57 pub struct VulkanoGralloc { struct
58 devices: Map<PhysicalDeviceType, Arc<Device>>,
59 device_by_id: Map<DeviceId, Arc<Device>>,
60 has_integrated_gpu: bool,
110 impl VulkanoGralloc { implementation
260 impl Gralloc for VulkanoGralloc { implementation