Searched refs:mSemaphoreManager (Results 1 – 5 of 5) sorted by relevance
898 mSemaphoreManager(nullptr), in Display()1256 ASSERT(mGlobalSemaphoreShareGroupUsers == 0 && mSemaphoreManager == nullptr); in terminate()1576 ASSERT((mSemaphoreManager == nullptr) == (mGlobalSemaphoreShareGroupUsers == 0)); in createContext()1577 if (mSemaphoreManager == nullptr) in createContext()1579 mSemaphoreManager = new gl::SemaphoreManager(); in createContext()1583 shareSemaphores = mSemaphoreManager; in createContext()1853 ASSERT(mGlobalSemaphoreShareGroupUsers >= 1 && mSemaphoreManager != nullptr); in releaseContextImpl()1859 mSemaphoreManager->release(context); in releaseContextImpl()1860 mSemaphoreManager = nullptr; in releaseContextImpl()
401 gl::SemaphoreManager *mSemaphoreManager; variable
1516 SemaphoreManager *mSemaphoreManager; variable
2206 mSemaphoreManager(AllocateOrGetSharedResourceManager(shareContextState,2207 &State::mSemaphoreManager,
959 mState.mSemaphoreManager->release(this); in releaseSharedObjects()1162 return mState.mSemaphoreManager->createSemaphore(mImplementation.get()); in createSemaphore()1257 mState.mSemaphoreManager->deleteSemaphore(this, semaphore); in deleteSemaphore()7010 return mState.mSemaphoreManager->getSemaphore(handle); in getSemaphore()