Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.hpp39 bool hasFeatures(const VkPhysicalDeviceFeatures &requestedFeatures) const;
DVkPhysicalDevice.cpp1016 bool PhysicalDevice::hasFeatures(const VkPhysicalDeviceFeatures &requestedFeatures) const in hasFeatures() function in vk::PhysicalDevice
DlibVulkan.cpp892 if(!vk::Cast(physicalDevice)->hasFeatures(*enabledFeatures)) 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(