Home
last modified time | relevance | path

Searched defs:supportedFeatures (Results 1 – 7 of 7) sorted by relevance

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsFileStore.java56 private final ImmutableSet<Feature> supportedFeatures; field in JimfsFileStore
67 ImmutableSet<Feature> supportedFeatures, in JimfsFileStore()
DConfiguration.java243 final ImmutableSet<Feature> supportedFeatures; field in Configuration
351 private ImmutableSet<Feature> supportedFeatures = ImmutableSet.of(); field in Configuration.Builder
/external/guava/guava-tests/test/com/google/common/io/
DMoreFilesTest.java424 static FileSystem newTestFileSystem(Feature... supportedFeatures) throws IOException { in newTestFileSystem()
/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp1018 const VkPhysicalDeviceFeatures &supportedFeatures = getFeatures(); in hasFeatures() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp3331 VkFormatFeatureFlags supportedFeatures; in formatProperties() member
3586 VkImageUsageFlags getValidImageUsageFlags (const VkFormatFeatureFlags supportedFeatures, const bool… in getValidImageUsageFlags()
3846 …const VkFormatFeatureFlags supportedFeatures = tiling == VK_IMAGE_TILING_LINEAR ? formatPropertie… in imageFormatProperties() local
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp1562 const VkPhysicalDeviceFeatures& supportedFeatures) in InitVulkanFeatures()
2156 VkPhysicalDeviceFeatures supportedFeatures; in InitVulkan() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4367 const VkFormatFeatureFlags supportedFeatures = formatProperties.optimalTilingFeatures; in initializeAttachmentImageUsage() local