Home
last modified time | relevance | path

Searched refs:deactivateContext (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.h901 static void deactivateContext(WebGLRenderingContextBase*, bool addToInactiveList);
DWebGLRenderingContextBase.cpp170 void WebGLRenderingContextBase::deactivateContext(WebGLRenderingContextBase* context, bool addToEvi… in deactivateContext() function in WebCore::WebGLRenderingContextBase
186 deactivateContext(context, false); in willDestroyContext()
5457 deactivateContext(this, m_contextLostMode != RealLostContext && m_restoreAllowed); in dispatchContextLostEvent()