Searched refs:ahbProperties (Results 1 – 3 of 3) sorted by relevance
335 VkAndroidHardwareBufferPropertiesANDROID ahbProperties = in iterate() local343 …idHardwareBufferPropertiesANDROID(device, nativeHandle.getAndroidHardwareBuffer(), &ahbProperties); in iterate()364 ahbProperties.allocationSize, // VkDeviceSize allocationSize in iterate()365 chooseMemoryType(ahbProperties.memoryTypeBits) // uint32_t memoryTypeIndex in iterate()
1087 vk::VkAndroidHardwareBufferPropertiesANDROID ahbProperties = in importMemory() local1095 …tAndroidHardwareBufferPropertiesANDROID(device, handle.getAndroidHardwareBuffer(), &ahbProperties); in importMemory()1114 ahbProperties.allocationSize, in importMemory()1115 (memoryTypeIndex == ~0U) ? chooseMemoryType(ahbProperties.memoryTypeBits) : memoryTypeIndex in importMemory()
743 …DeviceImageFormatInfo2 *pImageFormatInfo, VkAndroidHardwareBufferUsageANDROID *ahbProperties) const in getProperties()776 ahbProperties->androidHardwareBufferUsage = ahbUsage; in getProperties()