Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DVulkanSurface.cpp285 VkImageFormatProperties2 imgFormProps; in Create() local
286 imgFormProps.sType = VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2; in Create()
287 imgFormProps.pNext = &hwbUsage; in Create()
290 &imageFormatInfo, &imgFormProps); in Create()