WebGLSharedObject 40 Source/core/html/canvas/WebGLBuffer.cpp : WebGLSharedObject(ctx) WebGLSharedObject 36 Source/core/html/canvas/WebGLBuffer.h class WebGLBuffer FINAL : public WebGLSharedObject, public ScriptWrappable { WebGLSharedObject 70 Source/core/html/canvas/WebGLContextGroup.cpp void WebGLContextGroup::removeObject(WebGLSharedObject* object) WebGLSharedObject 75 Source/core/html/canvas/WebGLContextGroup.cpp void WebGLContextGroup::addObject(WebGLSharedObject* object) WebGLSharedObject 83 Source/core/html/canvas/WebGLContextGroup.cpp HashSet<WebGLSharedObject*>::iterator it = m_groupObjects.begin(); WebGLSharedObject 41 Source/core/html/canvas/WebGLContextGroup.h class WebGLSharedObject; WebGLSharedObject 54 Source/core/html/canvas/WebGLContextGroup.h void addObject(WebGLSharedObject*); WebGLSharedObject 55 Source/core/html/canvas/WebGLContextGroup.h void removeObject(WebGLSharedObject*); WebGLSharedObject 69 Source/core/html/canvas/WebGLContextGroup.h HashSet<WebGLSharedObject*> m_groupObjects; WebGLSharedObject 52 Source/core/html/canvas/WebGLFramebuffer.cpp virtual WebGLSharedObject* object() const OVERRIDE; WebGLSharedObject 53 Source/core/html/canvas/WebGLFramebuffer.cpp virtual bool isSharedObject(WebGLSharedObject*) const OVERRIDE; WebGLSharedObject 95 Source/core/html/canvas/WebGLFramebuffer.cpp WebGLSharedObject* WebGLRenderbufferAttachment::object() const WebGLSharedObject 100 Source/core/html/canvas/WebGLFramebuffer.cpp bool WebGLRenderbufferAttachment::isSharedObject(WebGLSharedObject* object) const WebGLSharedObject 152 Source/core/html/canvas/WebGLFramebuffer.cpp virtual WebGLSharedObject* object() const OVERRIDE; WebGLSharedObject 153 Source/core/html/canvas/WebGLFramebuffer.cpp virtual bool isSharedObject(WebGLSharedObject*) const OVERRIDE; WebGLSharedObject 193 Source/core/html/canvas/WebGLFramebuffer.cpp WebGLSharedObject* WebGLTextureAttachment::object() const WebGLSharedObject 198 Source/core/html/canvas/WebGLFramebuffer.cpp bool WebGLTextureAttachment::isSharedObject(WebGLSharedObject* object) const WebGLSharedObject 308 Source/core/html/canvas/WebGLFramebuffer.cpp WebGLSharedObject* WebGLFramebuffer::getAttachmentObject(GLenum attachment) const WebGLSharedObject 322 Source/core/html/canvas/WebGLFramebuffer.cpp WebGLSharedObject* object = attachedObject->object(); WebGLSharedObject 434 Source/core/html/canvas/WebGLFramebuffer.cpp void WebGLFramebuffer::removeAttachmentFromBoundFramebuffer(WebGLSharedObject* attachment) WebGLSharedObject 54 Source/core/html/canvas/WebGLFramebuffer.h virtual WebGLSharedObject* object() const = 0; WebGLSharedObject 55 Source/core/html/canvas/WebGLFramebuffer.h virtual bool isSharedObject(WebGLSharedObject*) const = 0; WebGLSharedObject 72 Source/core/html/canvas/WebGLFramebuffer.h void removeAttachmentFromBoundFramebuffer(WebGLSharedObject*); WebGLSharedObject 75 Source/core/html/canvas/WebGLFramebuffer.h WebGLSharedObject* getAttachmentObject(GLenum) const; WebGLSharedObject 40 Source/core/html/canvas/WebGLProgram.cpp : WebGLSharedObject(ctx) WebGLSharedObject 37 Source/core/html/canvas/WebGLProgram.h class WebGLProgram FINAL : public WebGLSharedObject, public ScriptWrappable { WebGLSharedObject 45 Source/core/html/canvas/WebGLRenderbuffer.cpp : WebGLSharedObject(ctx) WebGLSharedObject 35 Source/core/html/canvas/WebGLRenderbuffer.h class WebGLRenderbuffer FINAL : public WebGLSharedObject, public ScriptWrappable { WebGLSharedObject 2164 Source/core/html/canvas/WebGLRenderingContextBase.cpp WebGLSharedObject* object = m_framebufferBinding->getAttachmentObject(attachment); WebGLSharedObject 4214 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::removeSharedObject(WebGLSharedObject* object) WebGLSharedObject 4219 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::addSharedObject(WebGLSharedObject* object) WebGLSharedObject 89 Source/core/html/canvas/WebGLRenderingContextBase.h class WebGLSharedObject; WebGLSharedObject 338 Source/core/html/canvas/WebGLRenderingContextBase.h void removeSharedObject(WebGLSharedObject*); WebGLSharedObject 364 Source/core/html/canvas/WebGLRenderingContextBase.h void addSharedObject(WebGLSharedObject*); WebGLSharedObject 40 Source/core/html/canvas/WebGLShader.cpp : WebGLSharedObject(ctx) WebGLSharedObject 36 Source/core/html/canvas/WebGLShader.h class WebGLShader FINAL : public WebGLSharedObject, public ScriptWrappable { WebGLSharedObject 35 Source/core/html/canvas/WebGLSharedObject.cpp WebGLSharedObject::WebGLSharedObject(WebGLRenderingContextBase* context) WebGLSharedObject 41 Source/core/html/canvas/WebGLSharedObject.cpp WebGLSharedObject::~WebGLSharedObject() WebGLSharedObject 47 Source/core/html/canvas/WebGLSharedObject.cpp void WebGLSharedObject::detachContextGroup() WebGLSharedObject 57 Source/core/html/canvas/WebGLSharedObject.cpp blink::WebGraphicsContext3D* WebGLSharedObject::getAWebGraphicsContext3D() const WebGLSharedObject 38 Source/core/html/canvas/WebGLSharedObject.h class WebGLSharedObject : public WebGLObject { WebGLSharedObject 40 Source/core/html/canvas/WebGLSharedObject.h virtual ~WebGLSharedObject(); WebGLSharedObject 58 Source/core/html/canvas/WebGLSharedObject.h WebGLSharedObject(WebGLRenderingContextBase*); WebGLSharedObject 40 Source/core/html/canvas/WebGLTexture.cpp : WebGLSharedObject(ctx) WebGLSharedObject 36 Source/core/html/canvas/WebGLTexture.h class WebGLTexture FINAL : public WebGLSharedObject, public ScriptWrappable {