Searched refs:semaphoreOut (Results 1 – 4 of 4) sorted by relevance
300 angle::Result newPresentSemaphore(vk::Context *context, vk::Semaphore *semaphoreOut);
922 vk::Semaphore *semaphoreOut) in newPresentSemaphore() argument926 ANGLE_VK_TRY(context, semaphoreOut->init(context->getDevice())); in newPresentSemaphore()930 mPresentSemaphoreRecycler.fetch(semaphoreOut); in newPresentSemaphore()
551 angle::Result allocateSemaphore(ContextVk *contextVk, SemaphoreHelper *semaphoreOut);
3011 SemaphoreHelper *semaphoreOut) in allocateSemaphore() argument3013 ASSERT(!semaphoreOut->getSemaphore()); in allocateSemaphore()3021 semaphoreOut->init(mCurrentPool, &mPools[mCurrentPool][mCurrentFreeEntry++]); in allocateSemaphore()