HomeSort by relevance Sort by last modified time
    Searched defs:WebGLRenderingContext (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.h 65 class WebGLRenderingContext : public CanvasRenderingContext {
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;
WebGLRenderingContext.cpp 30 #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::WebGLRenderingContext(HTMLCanvasElement* passedCanvas, PassRefPtr<GraphicsContext3D> context
    [all...]

Completed in 85 milliseconds