Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/android/
DHardwareBufferImageSiblingVkAndroid.cpp40 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()
[all …]