Searched refs:supportedExtensions (Results 1 – 3 of 3) sorted by relevance
137 bool isExtensionSupported(const std::vector<VkExtensionProperties>& supportedExtensions, in isExtensionSupported() argument139 return std::any_of(supportedExtensions.begin(), supportedExtensions.end(), in isExtensionSupported()
82 std::vector<aidl_hal::Extension>* supportedExtensions) { in getSupportedExtensions() argument85 *supportedExtensions = {/* No extensions. */}; in getSupportedExtensions()
1458 const auto& supportedExtensions = d->getSupportedExtensions(); in ANeuralNetworksDevice_getExtensionSupport() local1459 *isExtensionSupported = std::any_of(supportedExtensions.begin(), supportedExtensions.end(), in ANeuralNetworksDevice_getExtensionSupport()