Home
last modified time | relevance | path

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

/frameworks/native/vulkan/vkprofiles/generated/
Dvulkan_profiles.cpp10177 VPAPI_ATTR bool CheckExtension(const VkExtensionProperties* supportedProperties, size_t supportedSi… in CheckExtension() function
10191 VPAPI_ATTR bool CheckExtension(const std::vector<const char*>& extensions, const char* extension) { in CheckExtension() function
10202 if (CheckExtension(extensions, pExtensions[i].extensionName)) { in GetExtensions()
10275 … if (!detail::CheckExtension(supported_extensions.data(), supported_extensions.size(), in vpGetInstanceProfileSupportSingleProfile()
10839 …if (!detail::CheckExtension(supported_device_extensions.data(), supported_device_extensions.size()… in vpGetPhysicalDeviceProfileVariantsSupport()