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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLSharedObject.cpp28 #include "core/html/canvas/WebGLSharedObject.h"
35 WebGLSharedObject::WebGLSharedObject(WebGLRenderingContextBase* context) function in class:blink::WebGLSharedObject
41 WebGLSharedObject::~WebGLSharedObject()
47 void WebGLSharedObject::detachContextGroup()
57 blink::WebGraphicsContext3D* WebGLSharedObject::getAWebGraphicsContext3D() const
H A DWebGLSharedObject.h36 // WebGLSharedObject the base class for objects that can be shared by multiple
38 class WebGLSharedObject : public WebGLObject { class in namespace:blink
40 virtual ~WebGLSharedObject();
58 explicit WebGLSharedObject(WebGLRenderingContextBase*);

Completed in 129 milliseconds