Searched defs:ContextManager (Results 1 – 4 of 4) sorted by relevance
11 struct ContextManager { struct12 std::unordered_map<ABI47_0_0EXGLContextId, ContextState> contextMap;13 std::mutex contextLookupMutex;14 ABI47_0_0EXGLContextId nextId = 1;
11 struct ContextManager { struct12 std::unordered_map<ABI48_0_0EXGLContextId, ContextState> contextMap;13 std::mutex contextLookupMutex;14 ABI48_0_0EXGLContextId nextId = 1;
12 struct ContextManager { struct13 std::unordered_map<EXGLContextId, ContextState> contextMap;14 std::shared_mutex contextLookupMutex;15 EXGLContextId nextId = 1;
12 struct ContextManager { struct13 std::unordered_map<ABI49_0_0EXGLContextId, ContextState> contextMap;14 std::shared_mutex contextLookupMutex;15 ABI49_0_0EXGLContextId nextId = 1;