Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.h619 const VkClearRect* pRects);
888 VkRect2D* pRects);
DVkEncoder.cpp9030 const VkClearRect* pRects) in vkCmdClearAttachments() argument
9058 if (pRects) in vkCmdClearAttachments()
9063 deepcopy_VkClearRect(pool, pRects + i, (VkClearRect*)(local_pRects + i)); in vkCmdClearAttachments()
12975 VkRect2D* pRects) in vkGetPhysicalDevicePresentRectanglesKHR() argument
13005 uint64_t cgen_var_852 = (uint64_t)(uintptr_t)pRects; in vkGetPhysicalDevicePresentRectanglesKHR()
13007 if (pRects) in vkGetPhysicalDevicePresentRectanglesKHR()
13011 marshal_VkRect2D(countingStream, (VkRect2D*)(pRects + i)); in vkGetPhysicalDevicePresentRectanglesKHR()
13034 uint64_t cgen_var_856 = (uint64_t)(uintptr_t)pRects; in vkGetPhysicalDevicePresentRectanglesKHR()
13036 if (pRects) in vkGetPhysicalDevicePresentRectanglesKHR()
13040 marshal_VkRect2D(stream, (VkRect2D*)(pRects + i)); in vkGetPhysicalDevicePresentRectanglesKHR()
[all …]
/device/generic/goldfish-opengl/system/vulkan/
Dfunc_table.cpp1406 const VkClearRect* pRects) in entry_vkCmdClearAttachments() argument
1411 vkEnc->vkCmdClearAttachments(commandBuffer, attachmentCount, pAttachments, rectCount, pRects); in entry_vkCmdClearAttachments()
2325 VkRect2D* pRects) in entry_vkGetPhysicalDevicePresentRectanglesKHR() argument
2330 …turn = vkEnc->vkGetPhysicalDevicePresentRectanglesKHR(physicalDevice, surface, pRectCount, pRects); in entry_vkGetPhysicalDevicePresentRectanglesKHR()