Searched refs:StrLess (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | RendererVk.cpp | 104 bool StrLess(const char *a, const char *b) in StrLess() function 112 return std::binary_search(haystack.begin(), haystack.end(), needle, StrLess); in ExtensionFound() 119 if (std::includes(haystack.begin(), haystack.end(), needles.begin(), needles.end(), StrLess)) in VerifyExtensionsPresent() 1396 std::sort(instanceExtensionNames.begin(), instanceExtensionNames.end(), StrLess); in initialize() 1444 std::sort(mEnabledInstanceExtensions.begin(), mEnabledInstanceExtensions.end(), StrLess); in initialize() 2082 std::sort(deviceExtensionNames.begin(), deviceExtensionNames.end(), StrLess); in initializeDevice() 2251 std::sort(mEnabledDeviceExtensions.begin(), mEnabledDeviceExtensions.end(), StrLess); in initializeDevice()
|