Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/
DVulkanSample.cpp614 static bool IsLayerSupported(const VkLayerProperties* pProps, size_t propCount, const char* pLayerN… in IsLayerSupported() function
1235 …if(IsLayerSupported(instanceLayerProps.data(), instanceLayerProps.size(), VALIDATION_LAYER_NAME) =… in InitializeApplication()
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp1547 static bool IsLayerSupported(const VkLayerProperties* pProps, size_t propCount, const char* pLayerN… in IsLayerSupported() function
2018IsLayerSupported(instanceLayerProps.data(), instanceLayerProps.size(), VALIDATION_LAYER_NAME); in InitVulkan()