Home
last modified time | relevance | path

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

/external/skia/tests/
DVkHardwareBufferTest.cpp612 VkExternalImageFormatProperties externalImgFormatProps; in checkOptimalHardwareBuffer() local
613 externalImgFormatProps.sType = VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES; in checkOptimalHardwareBuffer()
614 externalImgFormatProps.pNext = &hwbUsage; in checkOptimalHardwareBuffer()
618 imgFormProps.pNext = &externalImgFormatProps; in checkOptimalHardwareBuffer()
632 externalImgFormatProps.externalMemoryProperties; in checkOptimalHardwareBuffer()
/external/skqp/tests/
DVkHardwareBufferTest.cpp606 VkExternalImageFormatProperties externalImgFormatProps; in checkOptimalHardwareBuffer() local
607 externalImgFormatProps.sType = VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES; in checkOptimalHardwareBuffer()
608 externalImgFormatProps.pNext = &hwbUsage; in checkOptimalHardwareBuffer()
612 imgFormProps.pNext = &externalImgFormatProps; in checkOptimalHardwareBuffer()
626 externalImgFormatProps.externalMemoryProperties; in checkOptimalHardwareBuffer()