Home
last modified time | relevance | path

Searched defs:hasDeviceExtension (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DVulkanFeaturesTest.java721 private static boolean hasDeviceExtension( in hasDeviceExtension() method in VulkanFeaturesTest
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp358 inline bool hasDeviceExtension(Context &context, const string name) in hasDeviceExtension() function
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DlibVulkan.cpp521 static bool hasDeviceExtension(const char *extensionName) in hasDeviceExtension() function
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp5622 bool hasDeviceExtension(VkDevice device, const std::string& name) { in hasDeviceExtension() function in gfxstream::vk::VkDecoderGlobalState::Impl
5634 bool hasDeviceExtension(const std::vector<VkExtensionProperties>& properties, in hasDeviceExtension() function in gfxstream::vk::VkDecoderGlobalState::Impl
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A DResourceTracker.cpp7449 bool ResourceTracker::hasDeviceExtension(VkDevice device, const std::string& name) { in hasDeviceExtension() function in gfxstream::vk::ResourceTracker