Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp1017 presentOperation.destroy(device, &mPresentFenceRecycler, &mPresentSemaphoreRecycler); in destroy()
1036 oldSwapchain.destroy(device, &mPresentFenceRecycler, &mPresentSemaphoreRecycler); in destroy()
1040 mPresentSemaphoreRecycler.destroy(device); in destroy()
1409 &mPresentSemaphoreRecycler); in recreateSwapchain()
2153 ANGLE_TRY(NewSemaphore(contextVk, &mPresentSemaphoreRecycler, &presentSemaphore)); in present()
2338 presentOperation.destroy(device, &mPresentFenceRecycler, &mPresentSemaphoreRecycler); in cleanUpPresentHistory()
2385 oldSwapchain.destroy(device, &mPresentFenceRecycler, &mPresentSemaphoreRecycler); in cleanUpOldSwapchains()
DSurfaceVk.h529 vk::Recycler<vk::Semaphore> mPresentSemaphoreRecycler; variable