Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.hpp40 bool hasFeatures(const VkPhysicalDeviceFeatures& requestedFeatures) const;
DVkPhysicalDevice.cpp312 bool PhysicalDevice::hasFeatures(const VkPhysicalDeviceFeatures& requestedFeatures) const in hasFeatures() function in vk::PhysicalDevice
DlibVulkan.cpp253 if(!vk::Cast(physicalDevice)->hasFeatures(physicalDeviceFeatures2->features)) in vkCreateDevice()
317 if(!vk::Cast(physicalDevice)->hasFeatures(*(pCreateInfo->pEnabledFeatures))) in vkCreateDevice()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAccountManagerTest.java763 …AccountManagerFuture<Boolean> future = am.hasFeatures(account, new String[] { "FEATURE_1", "FEATUR… in getHasFeatures_returnsTrueWhenAllFeaturesSatisfied()
778 …AccountManagerFuture<Boolean> future = am.hasFeatures(account, new String[] { "FEATURE_1", "FEATUR… in getHasFeatures_returnsFalseWhenAllFeaturesNotSatisfied()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccountManager.java509 protected AccountManagerFuture<Boolean> hasFeatures(