Searched refs:FindSupportedFormat (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_format_utils.cpp | 82 int FindSupportedFormat(RendererVk *renderer, in FindSupportedFormat() function 101 return FindSupportedFormat(renderer, info, 0, numInfo, hasSupport); in FindSupportedFormat() 160 int i = FindSupportedFormat(renderer, info, skip, static_cast<uint32_t>(numInfo), testFunction); in initImageFallback() 173 int i = FindSupportedFormat(renderer, info, skip, compressedStartIndex, in initBufferFallback() 184 int i = FindSupportedFormat(renderer, info, compressedStartIndex, numInfo, in initBufferFallback()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | VulkanSample.cpp | 625 static VkFormat FindSupportedFormat( in FindSupportedFormat() function 656 return FindSupportedFormat( in FindDepthFormat()
|