Home
last modified time | relevance | path

Searched refs:m_contexts (Results 1 – 4 of 4) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglDisplay.cpp71 m_contexts.clear(); in terminate()
155 ContextsHndlMap::iterator it = m_contexts.find(hndl); in getContext()
156 return it != m_contexts.end() ? in getContext()
194 ContextsHndlMap::iterator it = m_contexts.find(hndl); in removeContext()
195 if(it != m_contexts.end()) { in removeContext()
196 m_contexts.erase(it); in removeContext()
206 for(it = m_contexts.begin(); it != m_contexts.end();it++) { in removeContext()
211 if(it != m_contexts.end()) { in removeContext()
212 m_contexts.erase(it); in removeContext()
278 if(m_contexts.find(hndl) != m_contexts.end()) { in addContext()
[all …]
DEglDisplay.h81 ContextsHndlMap m_contexts; variable
/sdk/emulator/opengl/host/libs/libOpenglRender/
DFrameBuffer.cpp95 s_theFrameBuffer->m_contexts.clear(); in finalize()
484 m_contexts.find(id) != m_contexts.end() || in genHandle()
513 RenderContextMap::iterator s( m_contexts.find(p_share) ); in createRenderContext()
514 if (s == m_contexts.end()) { in createRenderContext()
523 m_contexts[ret] = rctx; in createRenderContext()
545 m_contexts.erase(p_context); in DestroyRenderContext()
675 RenderContextMap::iterator r( m_contexts.find(p_context) ); in bindContext()
676 if (r == m_contexts.end()) { in bindContext()
DFrameBuffer.h119 RenderContextMap m_contexts; variable