Searched refs:StrLess (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | RendererVk.cpp | 99 bool StrLess(const char *a, const char *b) in StrLess() function 107 return std::binary_search(haystack.begin(), haystack.end(), needle, StrLess); in ExtensionFound() 114 if (std::includes(haystack.begin(), haystack.end(), needles.begin(), needles.end(), StrLess)) in VerifyExtensionsPresent() 946 std::sort(instanceExtensionNames.begin(), instanceExtensionNames.end(), StrLess); in initialize() 995 std::sort(enabledInstanceExtensions.begin(), enabledInstanceExtensions.end(), StrLess); in initialize() 1502 std::sort(deviceExtensionNames.begin(), deviceExtensionNames.end(), StrLess); in initializeDevice() 1665 std::sort(enabledDeviceExtensions.begin(), enabledDeviceExtensions.end(), StrLess); in initializeDevice()
|