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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLContextGroup.cpp 52 ASSERT(!m_contexts.isEmpty());
53 HashSet<WebGLRenderingContext*>::iterator it = m_contexts.begin();
59 m_contexts.add(context);
65 if (m_contexts.size() == 1 && m_contexts.contains(context))
68 m_contexts.remove(context);
95 for (HashSet<WebGLRenderingContext*>::iterator it = m_contexts.begin(); it != m_contexts.end(); ++it)
WebGLContextGroup.h 65 HashSet<WebGLRenderingContext*> m_contexts; member in class:WebCore::WebGLContextGroup
  /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
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.cpp 95 s_theFrameBuffer->m_contexts.clear();
477 m_contexts.find(id) != m_contexts.end() ||
506 RenderContextMap::iterator s( m_contexts.find(p_share) );
507 if (s == m_contexts.end()) {
516 m_contexts[ret] = rctx;
538 m_contexts.erase(p_context);
664 RenderContextMap::iterator r( m_contexts.find(p_context) );
665 if (r == m_contexts.end()) {
FrameBuffer.h 118 RenderContextMap m_contexts; member in class:FrameBuffer

Completed in 45 milliseconds