Searched refs:GetPhysicalDevicePresentRectanglesKHR (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | swapchain.h | 34 VKAPI_ATTR VkResult GetPhysicalDevicePresentRectanglesKHR(VkPhysicalDevice physicalDevice, VkSurfac…
|
D | api_gen.h | 59 PFN_vkGetPhysicalDevicePresentRectanglesKHR GetPhysicalDevicePresentRectanglesKHR; member
|
D | driver_gen.cpp | 370 reinterpret_cast<PFN_vkVoidFunction>(GetPhysicalDevicePresentRectanglesKHR),
|
D | api_gen.cpp | 181 INIT_PROC_EXT(KHR_swapchain, false, instance, GetPhysicalDevicePresentRectanglesKHR); in InitDispatchTable() 521 VKAPI_ATTR VkResult GetPhysicalDevicePresentRectanglesKHR(VkPhysicalDevice physicalDevice, VkSurfac… 1472 VKAPI_ATTR VkResult GetPhysicalDevicePresentRectanglesKHR(VkPhysicalDevice physicalDevice, VkSurfac… in GetPhysicalDevicePresentRectanglesKHR() function 1473 …return GetData(physicalDevice).dispatch.GetPhysicalDevicePresentRectanglesKHR(physicalDevice, surf… in GetPhysicalDevicePresentRectanglesKHR() 2389 …return vulkan::api::GetPhysicalDevicePresentRectanglesKHR(physicalDevice, surface, pRectCount, pRe… in vkGetPhysicalDevicePresentRectanglesKHR()
|
D | swapchain.cpp | 952 VkResult GetPhysicalDevicePresentRectanglesKHR(VkPhysicalDevice, in GetPhysicalDevicePresentRectanglesKHR() function
|