Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Ddriver_gen.h95 PFN_vkGetPhysicalDeviceFormatProperties2KHR GetPhysicalDeviceFormatProperties2KHR; member
Ddriver_gen.cpp659 …OC_EXT(KHR_get_physical_device_properties2, true, instance, GetPhysicalDeviceFormatProperties2KHR); in InitDriverTable()
Ddriver.cpp1841 driver.GetPhysicalDeviceFormatProperties2KHR(physicalDevice, format, in GetPhysicalDeviceFormatProperties2()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp243 …(static_cast<PFN_vkGetPhysicalDeviceFormatProperties2KHR>(GetPhysicalDeviceFormatProperties2KHR))},
Dnull_driver_gen.h178 VKAPI_ATTR void GetPhysicalDeviceFormatProperties2KHR(VkPhysicalDevice physicalDevice, VkFormat for…
Dnull_driver.cpp1168 void GetPhysicalDeviceFormatProperties2KHR(VkPhysicalDevice physicalDevice, VkFormat format, VkForm… in GetPhysicalDeviceFormatProperties2KHR() function