Lines Matching refs:bufferFormatProperties
40 VkAndroidHardwareBufferFormatPropertiesANDROID bufferFormatProperties = {}; in ValidateHardwareBuffer() local
41 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() local
89 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()
116 externalFormat.externalFormat = bufferFormatProperties.externalFormat; in initImpl()