Home
last modified time | relevance | path

Searched refs:pRectCount (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/vulkan/libvulkan/
H A Dswapchain.h34 …esKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pRectCount, VkRect2D* pRect…
H A Dswapchain.cpp954 uint32_t* pRectCount, in GetPhysicalDevicePresentRectanglesKHR() argument
959 *pRectCount = 1; in GetPhysicalDevicePresentRectanglesKHR()
961 uint32_t count = std::min(*pRectCount, 1u); in GetPhysicalDevicePresentRectanglesKHR()
962 bool incomplete = *pRectCount < 1; in GetPhysicalDevicePresentRectanglesKHR()
964 *pRectCount = count; in GetPhysicalDevicePresentRectanglesKHR()
H A Dapi_gen.cpp526 …esKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pRectCount, VkRect2D* pRect…
1486 …esKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pRectCount, VkRect2D* pRect… in GetPhysicalDevicePresentRectanglesKHR() argument
1487 …evice).dispatch.GetPhysicalDevicePresentRectanglesKHR(physicalDevice, surface, pRectCount, pRects); in GetPhysicalDevicePresentRectanglesKHR()
2447 …esKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pRectCount, VkRect2D* pRect… in vkGetPhysicalDevicePresentRectanglesKHR() argument
2448 …return vulkan::api::GetPhysicalDevicePresentRectanglesKHR(physicalDevice, surface, pRectCount, pRe… in vkGetPhysicalDevicePresentRectanglesKHR()