Searched refs:m_contexts (Results 1 – 4 of 4) sorted by relevance
72 m_contexts.clear(); in terminate()156 ContextsHndlMap::iterator it = m_contexts.find(hndl); in getContext()157 return it != m_contexts.end() ? in getContext()195 ContextsHndlMap::iterator it = m_contexts.find(hndl); in removeContext()196 if(it != m_contexts.end()) { in removeContext()197 m_contexts.erase(it); in removeContext()207 for(it = m_contexts.begin(); it != m_contexts.end();it++) { in removeContext()212 if(it != m_contexts.end()) { in removeContext()213 m_contexts.erase(it); in removeContext()279 if(m_contexts.find(hndl) != m_contexts.end()) { in addContext()[all …]
80 ContextsHndlMap m_contexts; variable
95 s_theFrameBuffer->m_contexts.clear(); in finalize()477 m_contexts.find(id) != m_contexts.end() || in genHandle()506 RenderContextMap::iterator s( m_contexts.find(p_share) ); in createRenderContext()507 if (s == m_contexts.end()) { in createRenderContext()516 m_contexts[ret] = rctx; in createRenderContext()538 m_contexts.erase(p_context); in DestroyRenderContext()664 RenderContextMap::iterator r( m_contexts.find(p_context) ); in bindContext()665 if (r == m_contexts.end()) { in bindContext()
118 RenderContextMap m_contexts; variable