Searched refs:mPresentSemaphoreRecycler (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | SurfaceVk.cpp | 1017 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()
|
D | SurfaceVk.h | 529 vk::Recycler<vk::Semaphore> mPresentSemaphoreRecycler; variable
|