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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLContextObject.cpp 28 #include "core/html/canvas/WebGLContextObject.h"
35 WebGLContextObject::WebGLContextObject(WebGLRenderingContextBase* context)
44 WebGLContextObject::~WebGLContextObject()
52 void WebGLContextObject::detachContext()
65 blink::WebGraphicsContext3D* WebGLContextObject::getAWebGraphicsContext3D() const
74 void WebGLContextObject::trace(Visitor* visitor)
WebGLContextObject.h 40 // WebGLContextObject the base class for objects that are owned by a specific
42 class WebGLContextObject : public WebGLObject {
44 virtual ~WebGLContextObject();
58 explicit WebGLContextObject(WebGLRenderingContextBase*);

Completed in 345 milliseconds