HomeSort by relevance Sort by last modified time
    Searched refs:m_contexts (Results 1 - 6 of 6) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.cpp 72 m_contexts.clear();
156 ContextsHndlMap::iterator it = m_contexts.find(hndl);
157 return it != m_contexts.end() ?
195 ContextsHndlMap::iterator it = m_contexts.find(hndl);
196 if(it != m_contexts.end()) {
197 m_contexts.erase(it);
207 for(it = m_contexts.begin(); it != m_contexts.end();it++) {
212 if(it != m_contexts.end()) {
213 m_contexts.erase(it)
    [all...]
EglDisplay.h 80 ContextsHndlMap m_contexts; member in class:EglDisplay
  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp 228 m_contexts.set(m_surfaceConfigIds.get(surface), context);
346 if (!isContextReferenced && m_contexts.contains(surfaceConfigId)) {
347 EGLContext context = m_contexts.take(surfaceConfigId);
394 if (m_contexts.contains(surfaceConfigId))
395 return m_contexts.get(surfaceConfigId);
409 HashMap<EGLint, EGLContext>::iterator end = m_contexts.end();
411 for (HashMap<EGLint, EGLContext>::iterator it = m_contexts.begin(); it != end; ++it) {
450 ASSERT(!m_contexts.contains(surfaceConfigId));
451 m_contexts.set(surfaceConfigId, context);
EGLDisplayOpenVG.h 85 HashMap<EGLint, EGLContext> m_contexts; member in class:WebCore::EGLDisplayOpenVG
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.cpp 95 s_theFrameBuffer->m_contexts.clear();
462 m_contexts.find(id) != m_contexts.end() ||
491 RenderContextMap::iterator s( m_contexts.find(p_share) );
492 if (s == m_contexts.end()) {
501 m_contexts[ret] = rctx;
523 m_contexts.erase(p_context);
649 RenderContextMap::iterator r( m_contexts.find(p_context) );
650 if (r == m_contexts.end()) {
FrameBuffer.h 110 RenderContextMap m_contexts; member in class:FrameBuffer

Completed in 53 milliseconds