Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dswapchain.h34 …esKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pRectCount, VkRect2D* pRect…
Dswapchain.cpp941 uint32_t* pRectCount, in GetPhysicalDevicePresentRectanglesKHR() argument
946 *pRectCount = 1; in GetPhysicalDevicePresentRectanglesKHR()
948 uint32_t count = std::min(*pRectCount, 1u); in GetPhysicalDevicePresentRectanglesKHR()
949 bool incomplete = *pRectCount < 1; in GetPhysicalDevicePresentRectanglesKHR()
951 *pRectCount = count; in GetPhysicalDevicePresentRectanglesKHR()
Dapi_gen.cpp521 …esKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pRectCount, VkRect2D* pRect…
1472 …esKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pRectCount, VkRect2D* pRect… in GetPhysicalDevicePresentRectanglesKHR() argument
1473 …evice).dispatch.GetPhysicalDevicePresentRectanglesKHR(physicalDevice, surface, pRectCount, pRects); in GetPhysicalDevicePresentRectanglesKHR()
2388 …esKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pRectCount, VkRect2D* pRect… in vkGetPhysicalDevicePresentRectanglesKHR() argument
2389 …return vulkan::api::GetPhysicalDevicePresentRectanglesKHR(physicalDevice, surface, pRectCount, pRe… in vkGetPhysicalDevicePresentRectanglesKHR()
/frameworks/native/vulkan/api/
Dvulkan.api10403 u32* pRectCount,