Searched refs:mSwapSemaphore (Results 1 – 2 of 2) sorted by relevance
560 ALOGE_IF(mSwapSemaphore != VK_NULL_HANDLE || mDestroySemaphoreContext != nullptr, in finishFrame()597 mSwapSemaphore = semaphore; in finishFrame()615 mFrameBoundaryANDROID(mDevice, mSwapSemaphore, image); in finishFrame()634 if (mSwapSemaphore != VK_NULL_HANDLE) { in swapBuffers()638 getFdInfo.semaphore = mSwapSemaphore; in swapBuffers()652 mSwapSemaphore = VK_NULL_HANDLE; in swapBuffers()
204 VkSemaphore mSwapSemaphore = VK_NULL_HANDLE; variable