Home
last modified time | relevance | path

Searched refs:mSemaphoreManager (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
DDisplay.cpp898 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()
DDisplay.h401 gl::SemaphoreManager *mSemaphoreManager; variable
DState.h1516 SemaphoreManager *mSemaphoreManager; variable
DState.cpp2206 mSemaphoreManager(AllocateOrGetSharedResourceManager(shareContextState,
2207 &State::mSemaphoreManager,
DContext.cpp959 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()