Searched refs:nbFormatProps (Results 1 – 2 of 2) sorted by relevance
37 nbFormatProps->pNext = nullptr; in GetNativeBufferFormatProperties()40 nbProps->pNext = nbFormatProps; in GetNativeBufferFormatProperties()59 if (nbFormatProps.format == VK_FORMAT_UNDEFINED) { in CreateVkImage()78 nbFormatProps.format, in CreateVkImage()195 VkNativeBufferFormatPropertiesOHOS nbFormatProps; in MakeFromNativeWindowBuffer() local202 if (nbFormatProps.format != VK_FORMAT_UNDEFINED) { in MakeFromNativeWindowBuffer()229 vkTextureInfo->format = nbFormatProps.format; in MakeFromNativeWindowBuffer()269 .fFormat = nbFormatProps.format, in GetYcbcrInfo()298 VkNativeBufferFormatPropertiesOHOS nbFormatProps; in MakeBackendTextureFromNativeBuffer() local305 if (nbFormatProps.format != VK_FORMAT_UNDEFINED) { in MakeBackendTextureFromNativeBuffer()[all …]
106 VkNativeBufferFormatPropertiesOHOS nbFormatProps; variable107 nbFormatProps.format == VK_FORMAT_UNDEFINED;108 CreateVkImage(vkContext, &image, nbFormatProps, imageSize);109 EXPECT_TRUE(nbFormatProps.format == VK_FORMAT_UNDEFINED);120 VkNativeBufferFormatPropertiesOHOS nbFormatProps; variable121 auto ret = GetYcbcrInfo(nbFormatProps);