Home
last modified time | relevance | path

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

/third_party/skia/tests/
DVkHardwareBufferTest.cpp617 VkExternalImageFormatProperties externalImgFormatProps; in checkOptimalHardwareBuffer() local
618 externalImgFormatProps.sType = VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES; in checkOptimalHardwareBuffer()
619 externalImgFormatProps.pNext = &hwbUsage; in checkOptimalHardwareBuffer()
623 imgFormProps.pNext = &externalImgFormatProps; in checkOptimalHardwareBuffer()
637 externalImgFormatProps.externalMemoryProperties; in checkOptimalHardwareBuffer()
/third_party/flutter/skia/tests/
DVkHardwareBufferTest.cpp613 VkExternalImageFormatProperties externalImgFormatProps; in checkOptimalHardwareBuffer() local
614 externalImgFormatProps.sType = VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES; in checkOptimalHardwareBuffer()
615 externalImgFormatProps.pNext = &hwbUsage; in checkOptimalHardwareBuffer()
619 imgFormProps.pNext = &externalImgFormatProps; in checkOptimalHardwareBuffer()
633 externalImgFormatProps.externalMemoryProperties; in checkOptimalHardwareBuffer()