Searched defs:WebGLRenderingContext (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.h88 class WebGLRenderingContext : public CanvasRenderingContext, public ActiveDOMObject, private Page::MultisamplingChangedObserver { class in namespace:WebCore
90 static PassOwnPtr<WebGLRenderingContext> create(HTMLCanvasElement*, WebGLContextAttributes*);
91 virtual ~WebGLRenderingContext();
347 WebGLRenderingContext(HTMLCanvasElement*, PassRefPtr<GraphicsContext3D>, GraphicsContext3D::Attributes, GraphicsContext3D::Attributes);
394 Timer<WebGLRenderingContext> m_dispatchContextLostEventTimer;
396 Timer<WebGLRenderingContext> m_restoreTimer;
582 virtual PassRefPtr<WebGLExtension> getExtension(WebGLRenderingContext*) const = 0;
583 virtual bool supported(WebGLRenderingContext*) const = 0;
612 virtual PassRefPtr<WebGLExtension> getExtension(WebGLRenderingContext* context) const
620 virtual bool supported(WebGLRenderingContext* contex
[all...]
H A DWebGLRenderingContext.cpp27 #include "core/html/canvas/WebGLRenderingContext.h"
91 Vector<WebGLRenderingContext*>& WebGLRenderingContext::activeContexts()
93 DEFINE_STATIC_LOCAL(Vector<WebGLRenderingContext*>, activeContexts, ());
97 Vector<WebGLRenderingContext*>& WebGLRenderingContext::forciblyEvictedContexts()
99 DEFINE_STATIC_LOCAL(Vector<WebGLRenderingContext*>, forciblyEvictedContexts, ());
103 void WebGLRenderingContext::forciblyLoseOldestContext(const String& reason)
109 WebGLRenderingContext* candidate = activeContexts()[candidateID];
117 candidate->forceLostContext(WebGLRenderingContext
539 WebGLRenderingContext::WebGLRenderingContext(HTMLCanvasElement* passedCanvas, PassRefPtr<GraphicsContext3D> context, GraphicsContext3D::Attributes attributes, GraphicsContext3D::Attributes requestedAttributes) function in class:WebCore::WebGLRenderingContext
[all...]

Completed in 77 milliseconds