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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLContextObject.cpp28 #include "core/html/canvas/WebGLContextObject.h"
34 WebGLContextObject::WebGLContextObject(WebGLRenderingContextBase* context) function in class:WebCore::WebGLContextObject
40 WebGLContextObject::~WebGLContextObject()
46 void WebGLContextObject::detachContext()
56 blink::WebGraphicsContext3D* WebGLContextObject::getAWebGraphicsContext3D() const
H A DWebGLContextObject.h39 // WebGLContextObject the base class for objects that are owned by a specific
41 class WebGLContextObject : public WebGLObject { class in namespace:WebCore
43 virtual ~WebGLContextObject();
55 WebGLContextObject(WebGLRenderingContextBase*);

Completed in 229 milliseconds