Searched refs:mSemaphoreManager (Results 1 – 5 of 5) sorted by relevance
796 mSemaphoreManager(nullptr), in Display()1053 ASSERT(mGlobalSemaphoreShareGroupUsers == 0 && mSemaphoreManager == nullptr); in terminate()1342 ASSERT((mSemaphoreManager == nullptr) == (mGlobalSemaphoreShareGroupUsers == 0)); in createContext()1343 if (mSemaphoreManager == nullptr) in createContext()1345 mSemaphoreManager = new gl::SemaphoreManager(); in createContext()1349 shareSemaphores = mSemaphoreManager; in createContext()1563 ASSERT(mGlobalSemaphoreShareGroupUsers >= 1 && mSemaphoreManager != nullptr); in releaseContext()1569 mSemaphoreManager->release(context); in releaseContext()1570 mSemaphoreManager = nullptr; in releaseContext()
369 gl::SemaphoreManager *mSemaphoreManager; variable
997 SemaphoreManager *mSemaphoreManager; variable
366 mSemaphoreManager(AllocateOrGetSharedResourceManager(shareContextState,367 &State::mSemaphoreManager,
738 mState.mSemaphoreManager->release(this); in onDestroy()948 return mState.mSemaphoreManager->createSemaphore(mImplementation.get()); in createSemaphore()1019 mState.mSemaphoreManager->deleteSemaphore(this, semaphore); in deleteSemaphore()6853 return mState.mSemaphoreManager->getSemaphore(handle); in getSemaphore()