Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
H A Dvulkano_gralloc.rs66 pub struct VulkanoGralloc { struct
67 devices: Map<PhysicalDeviceType, Arc<Device>>,
68 device_by_id: Map<DeviceId, Arc<Device>>,
69 has_integrated_gpu: bool,
134 impl VulkanoGralloc { implementation
278 impl Gralloc for VulkanoGralloc { implementation
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/vulkano_gralloc/sys/
H A Dwindows.rs21 impl VulkanoGralloc { implementation
H A Dlinux.rs24 impl VulkanoGralloc { impl