Home
last modified time | relevance | path

Searched refs:imageFormatInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DVulkanSurface.cpp272 VkPhysicalDeviceImageFormatInfo2 imageFormatInfo; in Create() local
273 imageFormatInfo.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2; in Create()
274 imageFormatInfo.pNext = &externalImageFormatInfo; in Create()
275 imageFormatInfo.format = vkPixelFormat; in Create()
276 imageFormatInfo.type = VK_IMAGE_TYPE_2D; in Create()
277 imageFormatInfo.tiling = VK_IMAGE_TILING_OPTIMAL; in Create()
278 imageFormatInfo.usage = usageFlags; in Create()
279 imageFormatInfo.flags = 0; in Create()
290 &imageFormatInfo, &imgFormProps); in Create()