Searched defs:present_info (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp853 VkResult QueuePresentKHR(VkQueue queue, const VkPresentInfoKHR* present_info) { argument
854 ALOGV_IF(present_info->sType != VK_STRUCTURE_TYPE_PRESENT_INFO_KHR,
856 present_info->sType);
857 ALOGV_IF(present_info->pNext, "VkPresentInfo::pNext != NULL");
863 for (uint32_t sc = 0; sc < present_info->swapchainCount; sc++) {
865 *SwapchainFromHandle(present_info->pSwapchains[sc]);
866 uint32_t image_idx = present_info->pImageIndices[sc];
874 queue, present_info->waitSemaphoreCount,
875 present_info->pWaitSemaphores, img.image, &fence);
882 present_info
[all...]

Completed in 1400 milliseconds