Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dswapchain.h34 …esKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pRectCount, VkRect2D* pRect…
Dswapchain.cpp1335 uint32_t* pRectCount, in GetPhysicalDevicePresentRectanglesKHR() argument
1340 *pRectCount = 1; in GetPhysicalDevicePresentRectanglesKHR()
1342 uint32_t count = std::min(*pRectCount, 1u); in GetPhysicalDevicePresentRectanglesKHR()
1343 bool incomplete = *pRectCount < 1; in GetPhysicalDevicePresentRectanglesKHR()
1345 *pRectCount = count; in GetPhysicalDevicePresentRectanglesKHR()
Dapi_gen.cpp563 …esKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pRectCount, VkRect2D* pRect…
1602 …esKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pRectCount, VkRect2D* pRect… in GetPhysicalDevicePresentRectanglesKHR() argument
1603 …evice).dispatch.GetPhysicalDevicePresentRectanglesKHR(physicalDevice, surface, pRectCount, pRects); in GetPhysicalDevicePresentRectanglesKHR()
2711 …esKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pRectCount, VkRect2D* pRect… in vkGetPhysicalDevicePresentRectanglesKHR() argument
2712 …return vulkan::api::GetPhysicalDevicePresentRectanglesKHR(physicalDevice, surface, pRectCount, pRe… in vkGetPhysicalDevicePresentRectanglesKHR()