Searched refs:bufferFormatProperties (Results 1 – 1 of 1) sorted by relevance
40 VkAndroidHardwareBufferFormatPropertiesANDROID bufferFormatProperties = {}; in ValidateHardwareBuffer() local41 bufferFormatProperties.sType = in ValidateHardwareBuffer()43 bufferFormatProperties.pNext = nullptr; in ValidateHardwareBuffer()47 bufferProperties.pNext = &bufferFormatProperties; in ValidateHardwareBuffer()57 if (!HasFullTextureFormatSupport(renderer, bufferFormatProperties.format)) in ValidateHardwareBuffer()88 VkAndroidHardwareBufferFormatPropertiesANDROID bufferFormatProperties; in initImpl() local89 bufferFormatProperties.sType = in initImpl()91 bufferFormatProperties.pNext = nullptr; in initImpl()95 bufferProperties.pNext = &bufferFormatProperties; in initImpl()114 if (bufferFormatProperties.format == VK_FORMAT_UNDEFINED) in initImpl()[all …]