HomeSort by relevance Sort by last modified time
    Searched refs:WebGLSharedObject (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLSharedObject.cpp 28 #include "core/html/canvas/WebGLSharedObject.h"
35 WebGLSharedObject::WebGLSharedObject(WebGLRenderingContextBase* context)
41 WebGLSharedObject::~WebGLSharedObject()
47 void WebGLSharedObject::detachContextGroup()
57 blink::WebGraphicsContext3D* WebGLSharedObject::getAWebGraphicsContext3D() const
WebGLSharedObject.h 36 // WebGLSharedObject the base class for objects that can be shared by multiple
38 class WebGLSharedObject : public WebGLObject {
40 virtual ~WebGLSharedObject();
58 explicit WebGLSharedObject(WebGLRenderingContextBase*);
WebGLContextGroup.h 41 class WebGLSharedObject;
54 void addObject(WebGLSharedObject*);
55 void removeObject(WebGLSharedObject*);
75 HashSet<WebGLSharedObject*> m_groupObjects;
WebGLRenderbuffer.cpp 50 // information on why this is done for WebGLSharedObject-derived
56 : WebGLSharedObject(ctx)
82 WebGLSharedObject::trace(visitor);
WebGLBuffer.h 30 #include "core/html/canvas/WebGLSharedObject.h"
36 class WebGLBuffer FINAL : public WebGLSharedObject, public ScriptWrappable {
WebGLFramebuffer.h 31 #include "core/html/canvas/WebGLSharedObject.h"
55 virtual WebGLSharedObject* object() const = 0;
56 virtual bool isSharedObject(WebGLSharedObject*) const = 0;
75 void removeAttachmentFromBoundFramebuffer(WebGLSharedObject*);
78 WebGLSharedObject* getAttachmentObject(GLenum) const;
WebGLShader.h 30 #include "core/html/canvas/WebGLSharedObject.h"
36 class WebGLShader FINAL : public WebGLSharedObject, public ScriptWrappable {
WebGLContextGroup.cpp 30 #include "core/html/canvas/WebGLSharedObject.h"
70 void WebGLContextGroup::removeObject(WebGLSharedObject* object)
75 void WebGLContextGroup::addObject(WebGLSharedObject* object)
83 HashSet<WebGLSharedObject*>::iterator it = m_groupObjects.begin();
WebGLBuffer.cpp 40 : WebGLSharedObject(ctx)
WebGLShader.cpp 40 : WebGLSharedObject(ctx)
54 // information on why this is done for WebGLSharedObject-derived
WebGLProgram.h 30 #include "core/html/canvas/WebGLSharedObject.h"
37 class WebGLProgram FINAL : public WebGLSharedObject, public ScriptWrappable {
WebGLRenderbuffer.h 30 #include "core/html/canvas/WebGLSharedObject.h"
35 class WebGLRenderbuffer FINAL : public WebGLSharedObject, public ScriptWrappable {
WebGLProgram.cpp 41 : WebGLSharedObject(ctx)
64 // information on why this is done for WebGLSharedObject-derived
209 WebGLSharedObject::trace(visitor);
WebGLFramebuffer.cpp 56 virtual WebGLSharedObject* object() const OVERRIDE;
57 virtual bool isSharedObject(WebGLSharedObject*) const OVERRIDE;
103 WebGLSharedObject* WebGLRenderbufferAttachment::object() const
108 bool WebGLRenderbufferAttachment::isSharedObject(WebGLSharedObject* object) const
164 virtual WebGLSharedObject* object() const OVERRIDE;
165 virtual bool isSharedObject(WebGLSharedObject*) const OVERRIDE;
209 WebGLSharedObject* WebGLTextureAttachment::object() const
214 bool WebGLTextureAttachment::isSharedObject(WebGLSharedObject* object) const
331 WebGLSharedObject* WebGLFramebuffer::getAttachmentObject(GLenum attachment) const
345 WebGLSharedObject* object = attachedObject->object()
    [all...]
WebGLTexture.h 30 #include "core/html/canvas/WebGLSharedObject.h"
36 class WebGLTexture FINAL : public WebGLSharedObject, public ScriptWrappable {
WebGLTexture.cpp 40 : WebGLSharedObject(ctx)
63 // information on why this is done for WebGLSharedObject-derived
WebGLRenderingContextBase.h 93 class WebGLSharedObject;
353 void removeSharedObject(WebGLSharedObject*);
406 void addSharedObject(WebGLSharedObject*);
    [all...]
WebGLRenderingContextBase.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_html.target.darwin-arm.mk 192 third_party/WebKit/Source/core/html/canvas/WebGLSharedObject.cpp \
webcore_html.target.darwin-arm64.mk 192 third_party/WebKit/Source/core/html/canvas/WebGLSharedObject.cpp \
webcore_html.target.darwin-mips.mk 192 third_party/WebKit/Source/core/html/canvas/WebGLSharedObject.cpp \
webcore_html.target.darwin-mips64.mk 192 third_party/WebKit/Source/core/html/canvas/WebGLSharedObject.cpp \
webcore_html.target.darwin-x86.mk 192 third_party/WebKit/Source/core/html/canvas/WebGLSharedObject.cpp \
webcore_html.target.darwin-x86_64.mk 192 third_party/WebKit/Source/core/html/canvas/WebGLSharedObject.cpp \
webcore_html.target.linux-arm.mk 192 third_party/WebKit/Source/core/html/canvas/WebGLSharedObject.cpp \

Completed in 224 milliseconds

1 2