Searched refs:mDestroySemaphoreContext (Results 1 – 2 of 2) sorted by relevance
560 ALOGE_IF(mSwapSemaphore != VK_NULL_HANDLE || mDestroySemaphoreContext != nullptr, in finishFrame()581 mDestroySemaphoreContext = new DestroySemaphoreInfo(mDestroySemaphore, mDevice, semaphore); in finishFrame()585 flushInfo.fFinishedContext = mDestroySemaphoreContext; in finishFrame()618 destroy_semaphore(mDestroySemaphoreContext); in finishFrame()619 mDestroySemaphoreContext = nullptr; in finishFrame()647 if (mDestroySemaphoreContext) { in swapBuffers()648 destroy_semaphore(mDestroySemaphoreContext); in swapBuffers()653 mDestroySemaphoreContext = nullptr; in swapBuffers()
205 void* mDestroySemaphoreContext = nullptr; variable