Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceFormatProperties2KHR (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/vulkan/libvulkan/
H A Ddriver_gen.h89 PFN_vkGetPhysicalDeviceFormatProperties2KHR GetPhysicalDeviceFormatProperties2KHR; member
H A Ddriver_gen.cpp624 …OC_EXT(KHR_get_physical_device_properties2, true, instance, GetPhysicalDeviceFormatProperties2KHR); in InitDriverTable()
H A Ddriver.cpp1448 driver.GetPhysicalDeviceFormatProperties2KHR(physicalDevice, format, in GetPhysicalDeviceFormatProperties2()
/aosp12/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp208 …(static_cast<PFN_vkGetPhysicalDeviceFormatProperties2KHR>(GetPhysicalDeviceFormatProperties2KHR))},
H A Dnull_driver_gen.h178 VKAPI_ATTR void GetPhysicalDeviceFormatProperties2KHR(VkPhysicalDevice physicalDevice, VkFormat for…
H A Dnull_driver.cpp1145 void GetPhysicalDeviceFormatProperties2KHR(VkPhysicalDevice physicalDevice, VkFormat format, VkForm… in GetPhysicalDeviceFormatProperties2KHR() function