Home
last modified time | relevance | path

Searched refs:GetPhysicalDevicePresentRectanglesKHR (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dswapchain.h34 VKAPI_ATTR VkResult GetPhysicalDevicePresentRectanglesKHR(VkPhysicalDevice physicalDevice, VkSurfac…
Dapi_gen.h59 PFN_vkGetPhysicalDevicePresentRectanglesKHR GetPhysicalDevicePresentRectanglesKHR; member
Ddriver_gen.cpp370 reinterpret_cast<PFN_vkVoidFunction>(GetPhysicalDevicePresentRectanglesKHR),
Dapi_gen.cpp181 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()
Dswapchain.cpp952 VkResult GetPhysicalDevicePresentRectanglesKHR(VkPhysicalDevice, in GetPhysicalDevicePresentRectanglesKHR() function