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"
35 WebGLContextObject::WebGLContextObject(WebGLRenderingContextBase* context) function in class:blink::WebGLContextObject
44 WebGLContextObject::~WebGLContextObject()
52 void WebGLContextObject::detachContext()
65 blink::WebGraphicsContext3D* WebGLContextObject::getAWebGraphicsContext3D() const
74 void WebGLContextObject::trace(Visitor* visitor)
H A DWebGLContextObject.h40 // WebGLContextObject the base class for objects that are owned by a specific
42 class WebGLContextObject : public WebGLObject { class in namespace:blink
44 virtual ~WebGLContextObject();
58 explicit WebGLContextObject(WebGLRenderingContextBase*);

Completed in 264 milliseconds