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.cpp72 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 …]
DEglDisplay.h80 ContextsHndlMap m_contexts; variable
/sdk/emulator/opengl/host/libs/libOpenglRender/
DFrameBuffer.cpp95 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()
DFrameBuffer.h118 RenderContextMap m_contexts; variable