Home
last modified time | relevance | path

Searched refs:mPresentInfo (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp106 mPresentInfo = {}; in initTask()
107 mPresentInfo.pResults = nullptr; in initTask()
108 mPresentInfo.pSwapchains = nullptr; in initTask()
109 mPresentInfo.pImageIndices = nullptr; in initTask()
110 mPresentInfo.pNext = nullptr; in initTask()
111 mPresentInfo.pWaitSemaphores = nullptr; in initTask()
134 mPresentInfo.sType = other.sType; in copyPresentInfo()
135 mPresentInfo.pNext = other.pNext; in copyPresentInfo()
140 mPresentInfo.swapchainCount = 1; in copyPresentInfo()
142 mPresentInfo.pSwapchains = &mSwapchain; in copyPresentInfo()
[all …]
DCommandProcessor.h129 const VkPresentInfoKHR &getPresentInfo() const { return mPresentInfo; } in getPresentInfo()
152 VkPresentInfoKHR mPresentInfo; variable