Searched refs:mSemaphoreManager (Results 1 – 5 of 5) sorted by relevance
735 mSemaphoreManager(nullptr), in Display()990 ASSERT(mGlobalSemaphoreShareGroupUsers == 0 && mSemaphoreManager == nullptr); in terminate()1278 ASSERT((mSemaphoreManager == nullptr) == (mGlobalSemaphoreShareGroupUsers == 0)); in createContext()1279 if (mSemaphoreManager == nullptr) in createContext()1281 mSemaphoreManager = new gl::SemaphoreManager(); in createContext()1285 shareSemaphores = mSemaphoreManager; in createContext()1501 ASSERT(mGlobalSemaphoreShareGroupUsers >= 1 && mSemaphoreManager != nullptr); in releaseContext()1507 mSemaphoreManager->release(context); in releaseContext()1508 mSemaphoreManager = nullptr; in releaseContext()
353 gl::SemaphoreManager *mSemaphoreManager; variable
1007 SemaphoreManager *mSemaphoreManager; variable
319 mSemaphoreManager(AllocateOrGetSharedResourceManager(shareContextState,320 &State::mSemaphoreManager,
690 mState.mSemaphoreManager->release(this); in onDestroy()910 return mState.mSemaphoreManager->createSemaphore(mImplementation.get()); in createSemaphore()981 mState.mSemaphoreManager->deleteSemaphore(this, semaphore); in deleteSemaphore()6739 return mState.mSemaphoreManager->getSemaphore(handle); in getSemaphore()