Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/vulkan/
Dvulkan_device.cc217 bool VulkanDevice::GetPhysicalDeviceFeatures( in GetPhysicalDeviceFeatures() function in vulkan::VulkanDevice
222 vk.GetPhysicalDeviceFeatures(physical_device_, features); in GetPhysicalDeviceFeatures()
233 if (!GetPhysicalDeviceFeatures(&features)) { in GetPhysicalDeviceFeaturesSkia()
Dvulkan_device.h45 bool GetPhysicalDeviceFeatures(VkPhysicalDeviceFeatures* features) const;
Dvulkan_proc_table.h101 DEFINE_PROC(GetPhysicalDeviceFeatures);
Dvulkan_proc_table.cc80 ACQUIRE_PROC(GetPhysicalDeviceFeatures, handle); in SetupInstanceProcAddresses()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp58 GET_INSTANCE_PROC(GetPhysicalDeviceFeatures); in LoadInstanceProcs()
DVulkanInfo.cpp154 vkFunctions.GetPhysicalDeviceFeatures(physicalDevice, &info.features); in GatherDeviceInfo()
DVulkanFunctions.h56 PFN_vkGetPhysicalDeviceFeatures GetPhysicalDeviceFeatures = nullptr; member
/third_party/flutter/skia/tests/
DVkPriorityExtensionTest.cpp125 ACQUIRE_VK_PROC(GetPhysicalDeviceFeatures, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
/third_party/skia/tests/
DVkPriorityExtensionTest.cpp125 ACQUIRE_VK_PROC(GetPhysicalDeviceFeatures, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp69 GET_INSTANCE_PROC(GetPhysicalDeviceFeatures); in LoadInstanceProcs()
DVulkanInfo.cpp263 vkFunctions.GetPhysicalDeviceFeatures(physicalDevice, &info.features); in GatherDeviceInfo()
DVulkanFunctions.h59 PFN_vkGetPhysicalDeviceFeatures GetPhysicalDeviceFeatures = nullptr; member
/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp544 ACQUIRE_VK_PROC(GetPhysicalDeviceFeatures, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
/third_party/flutter/skia/tools/gpu/vk/
DVkTestUtils.cpp529 ACQUIRE_VK_PROC(GetPhysicalDeviceFeatures, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp36 ACQUIRE_PROC(GetPhysicalDeviceFeatures, instance, VK_NULL_HANDLE); in GrVkInterface()
/third_party/flutter/skia/src/gpu/vk/
DGrVkInterface.cpp36 ACQUIRE_PROC(GetPhysicalDeviceFeatures, instance, VK_NULL_HANDLE); in GrVkInterface()