Home | History | Annotate | Download | only in canvas

Lines Matching defs:WebGLLoseContext

28 #include "core/html/canvas/WebGLLoseContext.h"
34 WebGLLoseContext::WebGLLoseContext(WebGLRenderingContext* context)
40 WebGLLoseContext::~WebGLLoseContext()
44 void WebGLLoseContext::lose(bool force)
50 WebGLExtension::ExtensionName WebGLLoseContext::getName() const
55 PassRefPtr<WebGLLoseContext> WebGLLoseContext::create(WebGLRenderingContext* context)
57 return adoptRef(new WebGLLoseContext(context));
60 void WebGLLoseContext::loseContext()
66 void WebGLLoseContext::restoreContext()
72 bool WebGLLoseContext::supported(WebGLRenderingContext*)
77 const char* WebGLLoseContext::getExtensionName()