Searched defs:VulkanoGralloc (Results 1 – 3 of 3) sorted by relevance
66 pub struct VulkanoGralloc { struct67 devices: Map<PhysicalDeviceType, Arc<Device>>,68 device_by_id: Map<DeviceId, Arc<Device>>,69 has_integrated_gpu: bool,134 impl VulkanoGralloc { implementation278 impl Gralloc for VulkanoGralloc { implementation
21 impl VulkanoGralloc { implementation
24 impl VulkanoGralloc { impl