Searched defs:GetPhysicalDeviceFormatProperties (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h38 PFN_vkGetPhysicalDeviceFormatProperties GetPhysicalDeviceFormatProperties; member in struct:vulkan::api::InstanceDispatchTable
H A Dapi_gen.cpp130 INIT_PROC(true, instance, GetPhysicalDeviceFormatProperties);
297 VKAPI_ATTR void GetPhysicalDeviceFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
688 VKAPI_ATTR void GetPhysicalDeviceFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) { function in namespace:vulkan::api::__anon2040
689 GetData(physicalDevice).dispatch.GetPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties);
1277 vulkan::api::GetPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1121 void GetPhysicalDeviceFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) { function in namespace:null_driver

Completed in 21 milliseconds