Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceImageFormatProperties2KHR (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Ddriver_gen.h97 PFN_vkGetPhysicalDeviceImageFormatProperties2KHR GetPhysicalDeviceImageFormatProperties2KHR; member
Ddriver_gen.cpp661 …T(KHR_get_physical_device_properties2, true, instance, GetPhysicalDeviceImageFormatProperties2KHR); in InitDriverTable()
Dswapchain.cpp1177 (driver.GetPhysicalDeviceImageFormatProperties2KHR || in GetPhysicalDeviceSurfaceFormats2KHR()
1419 instance_dispatch.GetPhysicalDeviceImageFormatProperties2KHR) { in getProducerUsage()
1485 VkResult result = instance_dispatch.GetPhysicalDeviceImageFormatProperties2KHR( in getProducerUsage()
Ddriver.cpp1858 return driver.GetPhysicalDeviceImageFormatProperties2KHR( in GetPhysicalDeviceImageFormatProperties2()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp246 …cast<PFN_vkGetPhysicalDeviceImageFormatProperties2KHR>(GetPhysicalDeviceImageFormatProperties2KHR)…
Dnull_driver_gen.h180 VKAPI_ATTR VkResult GetPhysicalDeviceImageFormatProperties2KHR(VkPhysicalDevice physicalDevice, con…
Dnull_driver.cpp1177 VkResult GetPhysicalDeviceImageFormatProperties2KHR(VkPhysicalDevice physicalDevice, in GetPhysicalDeviceImageFormatProperties2KHR() function