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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp27 #include "core/html/canvas/WebGLRenderingContext.h"
64 PassOwnPtrWillBeRawPtr<WebGLRenderingContext> WebGLRenderingContext::create(HTMLCanvasElement* canvas, WebGLContextAttributes* attrs)
98 context->pushGroupMarkerEXT("WebGLRenderingContext");
100 OwnPtrWillBeRawPtr<WebGLRenderingContext> renderingContext = adoptPtrWillBeNoop(new WebGLRenderingContext(canvas, context.release(), attrs));
112 WebGLRenderingContext::WebGLRenderingContext(HTMLCanvasElement* passedCanvas, PassOwnPtr<blink::WebGraphicsContext3D> context, WebGLContextAttributes* requestedAttributes) function in class:blink::WebGLRenderingContext
117 WebGLRenderingContext::~WebGLRenderingContext()
[all...]

Completed in 832 milliseconds