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

/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.h65 class WebGLRenderingContext : public CanvasRenderingContext { class in namespace:WebCore
67 static PassOwnPtr<WebGLRenderingContext> create(HTMLCanvasElement*, WebGLContextAttributes*);
68 virtual ~WebGLRenderingContext();
304 WebGLRenderingContext(HTMLCanvasElement*, PassRefPtr<GraphicsContext3D>, GraphicsContext3D::Attributes);
358 WebGLRenderingContextRestoreTimer(WebGLRenderingContext* context) : m_context(context) { }
361 WebGLRenderingContext* m_context;
H A DWebGLRenderingContext.cpp30 #include "WebGLRenderingContext.h"
312 WebGLStateRestorer(WebGLRenderingContext* context,
325 WebGLRenderingContext* m_context;
329 void WebGLRenderingContext::WebGLRenderingContextRestoreTimer::fired()
352 WebGLRenderingContextLostCallback(WebGLRenderingContext* cb) : m_contextLostCallback(cb) {}
356 WebGLRenderingContext* m_contextLostCallback;
359 PassOwnPtr<WebGLRenderingContext> WebGLRenderingContext::create(HTMLCanvasElement* canvas, WebGLContextAttributes* attrs)
377 return new WebGLRenderingContext(canvas, context, attributes);
380 WebGLRenderingContext function in class:WebCore::__anon14578::WebGLRenderingContext
[all...]

Completed in 47 milliseconds