Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp493 oldSwapchain.destroy(device, &mPresentSemaphoreRecycler); in destroy()
504 mPresentSemaphoreRecycler.destroy(device); in destroy()
681 mPresentSemaphoreRecycler.recycle(std::move(presentHistory.semaphore)); in recreateSwapchain()
720 oldSwapchain.destroy(contextVk->getDevice(), &mPresentSemaphoreRecycler); in recreateSwapchain()
748 if (mPresentSemaphoreRecycler.empty()) in newPresentSemaphore()
754 mPresentSemaphoreRecycler.fetch(semaphoreOut); in newPresentSemaphore()
1042 mPresentSemaphoreRecycler.recycle(std::move(presentHistory.semaphore)); in destroySwapChainImages()
1045 oldSwapchain.destroy(device, &mPresentSemaphoreRecycler); in destroySwapChainImages()
1153 oldSwapchain.destroy(contextVk->getDevice(), &mPresentSemaphoreRecycler); in present()
DSurfaceVk.h299 vk::Recycler<vk::Semaphore> mPresentSemaphoreRecycler; variable