/external/webkit/Source/WebKit/chromium/src/ |
D | GraphicsContext3DInternal.h | 62 Platform3DObject platformTexture() const; 91 void attachShader(Platform3DObject program, Platform3DObject shader); 92 void bindAttribLocation(Platform3DObject, GC3Duint index, const String& name); 93 void bindBuffer(GC3Denum target, Platform3DObject); 94 void bindFramebuffer(GC3Denum target, Platform3DObject); 95 void bindRenderbuffer(GC3Denum target, Platform3DObject); 96 void bindTexture(GC3Denum target, Platform3DObject); 113 void compileShader(Platform3DObject); 121 void detachShader(Platform3DObject, Platform3DObject); 131 …rRenderbuffer(GC3Denum target, GC3Denum attachment, GC3Denum renderbuffertarget, Platform3DObject); [all …]
|
D | GraphicsContext3DChromium.cpp | 145 Platform3DObject GraphicsContext3DInternal::platformTexture() const in platformTexture() 426 DELEGATE_TO_IMPL_2(attachShader, Platform3DObject, Platform3DObject) in DELEGATE_TO_IMPL_1() 428 void GraphicsContext3DInternal::bindAttribLocation(Platform3DObject program, GC3Duint index, const … in DELEGATE_TO_IMPL_1() 433 DELEGATE_TO_IMPL_2(bindBuffer, GC3Denum, Platform3DObject) in DELEGATE_TO_IMPL_2() argument 434 DELEGATE_TO_IMPL_2(bindFramebuffer, GC3Denum, Platform3DObject) in DELEGATE_TO_IMPL_2() 435 DELEGATE_TO_IMPL_2(bindRenderbuffer, GC3Denum, Platform3DObject) in DELEGATE_TO_IMPL_2() 436 DELEGATE_TO_IMPL_2(bindTexture, GC3Denum, Platform3DObject) in DELEGATE_TO_IMPL_2() 464 DELEGATE_TO_IMPL_1(compileShader, Platform3DObject) in DELEGATE_TO_IMPL_1R() 472 DELEGATE_TO_IMPL_2(detachShader, Platform3DObject, Platform3DObject) in DELEGATE_TO_IMPL_1R() 482 DELEGATE_TO_IMPL_4(framebufferRenderbuffer, GC3Denum, GC3Denum, GC3Denum, Platform3DObject) in DELEGATE_TO_IMPL_1R() [all …]
|
D | Extensions3DChromium.cpp | 125 Platform3DObject Extensions3DChromium::createVertexArrayOES() in createVertexArrayOES() 130 void Extensions3DChromium::deleteVertexArrayOES(Platform3DObject) in deleteVertexArrayOES() argument 134 GC3Dboolean Extensions3DChromium::isVertexArrayOES(Platform3DObject) in isVertexArrayOES() argument 139 void Extensions3DChromium::bindVertexArrayOES(Platform3DObject) in bindVertexArrayOES() argument
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.h | 77 const Platform3DObject NullPlatform3DObject = 0; 460 Platform3DObject platformTexture() const { return m_compositorTexture; } in platformTexture() 464 Platform3DObject platformTexture() const; 470 Platform3DObject platformTexture() const; 476 Platform3DObject platformTexture() const { return m_texture; } in platformTexture() 479 Platform3DObject platformTexture() const { return NullPlatform3DObject; } in platformTexture() 614 void attachShader(Platform3DObject program, Platform3DObject shader); 615 void bindAttribLocation(Platform3DObject, GC3Duint index, const String& name); 616 void bindBuffer(GC3Denum target, Platform3DObject); 617 void bindFramebuffer(GC3Denum target, Platform3DObject); [all …]
|
D | Extensions3D.h | 118 virtual Platform3DObject createVertexArrayOES() = 0; 119 virtual void deleteVertexArrayOES(Platform3DObject) = 0; 120 virtual GC3Dboolean isVertexArrayOES(Platform3DObject) = 0; 121 virtual void bindVertexArrayOES(Platform3DObject) = 0;
|
D | GraphicsTypes3D.h | 48 typedef GC3Duint Platform3DObject; typedef
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | DrawingBuffer.h | 70 Platform3DObject colorBuffer() const { return m_colorBuffer; } in colorBuffer() 86 Platform3DObject platformColorBuffer() const; 125 Platform3DObject m_fbo; 126 Platform3DObject m_colorBuffer; 129 Platform3DObject m_depthStencilBuffer; 132 Platform3DObject m_depthBuffer; 133 Platform3DObject m_stencilBuffer; 136 Platform3DObject m_multisampleFBO; 137 Platform3DObject m_multisampleColorBuffer;
|
D | SharedGraphicsContext3D.h | 73 void bindBuffer(GC3Denum target, Platform3DObject); 74 void bindFramebuffer(Platform3DObject framebuffer); 89 Platform3DObject createBuffer(); 90 Platform3DObject createFramebuffer(); 91 Platform3DObject createTexture(); 93 void deleteFramebuffer(Platform3DObject framebuffer); 94 void deleteTexture(Platform3DObject texture); 96 …Texture2D(GC3Denum target, GC3Denum attachment, GC3Denum textarget, Platform3DObject, GC3Dint leve… 116 void bindTexture(GC3Denum target, Platform3DObject texture);
|
D | SharedGraphicsContext3D.cpp | 178 Platform3DObject SharedGraphicsContext3D::createBuffer() in createBuffer() 183 Platform3DObject SharedGraphicsContext3D::createFramebuffer() in createFramebuffer() 188 Platform3DObject SharedGraphicsContext3D::createTexture() in createTexture() 193 void SharedGraphicsContext3D::deleteFramebuffer(Platform3DObject framebuffer) in deleteFramebuffer() 198 void SharedGraphicsContext3D::deleteTexture(Platform3DObject texture) in deleteTexture() 203 …Texture2D(GC3Denum target, GC3Denum attachment, GC3Denum textarget, Platform3DObject texture, GC3D… in framebufferTexture2D() 366 void SharedGraphicsContext3D::bindBuffer(GC3Denum target, Platform3DObject buffer) in bindBuffer() 371 void SharedGraphicsContext3D::bindTexture(GC3Denum target, Platform3DObject texture) in bindTexture() 412 void SharedGraphicsContext3D::bindFramebuffer(Platform3DObject framebuffer) in bindFramebuffer()
|
/external/webkit/Source/WebCore/platform/graphics/opengl/ |
D | GraphicsContext3DOpenGL.cpp | 353 void GraphicsContext3D::attachShader(Platform3DObject program, Platform3DObject shader) in attachShader() 361 void GraphicsContext3D::bindAttribLocation(Platform3DObject program, GC3Duint index, const String& … in bindAttribLocation() 368 void GraphicsContext3D::bindBuffer(GC3Denum target, Platform3DObject buffer) in bindBuffer() 375 void GraphicsContext3D::bindFramebuffer(GC3Denum target, Platform3DObject buffer) in bindFramebuffer() 389 void GraphicsContext3D::bindRenderbuffer(GC3Denum target, Platform3DObject renderbuffer) in bindRenderbuffer() 396 void GraphicsContext3D::bindTexture(GC3Denum target, Platform3DObject texture) in bindTexture() 489 void GraphicsContext3D::compileShader(Platform3DObject shader) in compileShader() 506 HashMap<Platform3DObject, ShaderSourceEntry>::iterator result = m_shaderSourceMap.find(shader); in compileShader() 593 void GraphicsContext3D::detachShader(Platform3DObject program, Platform3DObject shader) in detachShader() 649 …rbuffer(GC3Denum target, GC3Denum attachment, GC3Denum renderbuffertarget, Platform3DObject buffer) in framebufferRenderbuffer() [all …]
|
D | Extensions3DOpenGL.h | 49 virtual Platform3DObject createVertexArrayOES(); 50 virtual void deleteVertexArrayOES(Platform3DObject); 51 virtual GC3Dboolean isVertexArrayOES(Platform3DObject); 52 virtual void bindVertexArrayOES(Platform3DObject);
|
D | Extensions3DOpenGL.cpp | 147 Platform3DObject Extensions3DOpenGL::createVertexArrayOES() in createVertexArrayOES() 159 void Extensions3DOpenGL::deleteVertexArrayOES(Platform3DObject array) in deleteVertexArrayOES() 170 GC3Dboolean Extensions3DOpenGL::isVertexArrayOES(Platform3DObject array) in isVertexArrayOES() 183 void Extensions3DOpenGL::bindVertexArrayOES(Platform3DObject array) in bindVertexArrayOES()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | Extensions3DQt.h | 44 virtual Platform3DObject createVertexArrayOES(); 45 virtual void deleteVertexArrayOES(Platform3DObject); 46 virtual GC3Dboolean isVertexArrayOES(Platform3DObject); 47 virtual void bindVertexArrayOES(Platform3DObject);
|
D | Extensions3DQt.cpp | 73 Platform3DObject Extensions3DQt::createVertexArrayOES() in createVertexArrayOES() 78 void Extensions3DQt::deleteVertexArrayOES(Platform3DObject) in deleteVertexArrayOES() argument 82 GC3Dboolean Extensions3DQt::isVertexArrayOES(Platform3DObject) in isVertexArrayOES() argument 87 void Extensions3DQt::bindVertexArrayOES(Platform3DObject) in bindVertexArrayOES() argument
|
D | GraphicsContext3DQt.cpp | 632 Platform3DObject GraphicsContext3D::platformTexture() const in platformTexture() 685 void GraphicsContext3D::attachShader(Platform3DObject program, Platform3DObject shader) in attachShader() 693 …aphicsContext3D::getAttachedShaders(Platform3DObject program, GC3Dsizei maxCount, GC3Dsizei* count… in getAttachedShaders() 704 void GraphicsContext3D::bindAttribLocation(Platform3DObject program, GC3Duint index, const String& … in bindAttribLocation() 711 void GraphicsContext3D::bindBuffer(GC3Denum target, Platform3DObject buffer) in bindBuffer() 717 void GraphicsContext3D::bindFramebuffer(GC3Denum target, Platform3DObject buffer) in bindFramebuffer() 724 void GraphicsContext3D::bindRenderbuffer(GC3Denum target, Platform3DObject renderbuffer) in bindRenderbuffer() 730 void GraphicsContext3D::bindTexture(GC3Denum target, Platform3DObject texture) in bindTexture() 824 void GraphicsContext3D::compileShader(Platform3DObject shader) in compileShader() 871 void GraphicsContext3D::detachShader(Platform3DObject program, Platform3DObject shader) in detachShader() [all …]
|
/external/webkit/Source/WebCore/html/canvas/ |
D | WebGLObject.h | 42 Platform3DObject object() const { return m_object; } in object() 83 void setObject(Platform3DObject); 86 virtual void deleteObjectImpl(Platform3DObject) = 0; 89 Platform3DObject m_object;
|
D | WebGLRenderbuffer.cpp | 53 void WebGLRenderbuffer::deleteObjectImpl(Platform3DObject object) in deleteObjectImpl()
|
D | WebGLObject.cpp | 50 void WebGLObject::setObject(Platform3DObject object) in setObject()
|
D | WebGLShader.cpp | 49 void WebGLShader::deleteObjectImpl(Platform3DObject object) in deleteObjectImpl()
|
D | WebGLShader.h | 50 virtual void deleteObjectImpl(Platform3DObject);
|
D | WebGLVertexArrayObjectOES.cpp | 60 void WebGLVertexArrayObjectOES::deleteObjectImpl(Platform3DObject object) in deleteObjectImpl()
|
D | WebGLProgram.h | 70 virtual void deleteObjectImpl(Platform3DObject);
|
D | WebGLRenderbuffer.h | 70 virtual void deleteObjectImpl(Platform3DObject);
|
D | WebGLVertexArrayObjectOES.h | 86 virtual void deleteObjectImpl(Platform3DObject);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | Extensions3DChromium.h | 50 virtual Platform3DObject createVertexArrayOES(); 51 virtual void deleteVertexArrayOES(Platform3DObject); 52 virtual GC3Dboolean isVertexArrayOES(Platform3DObject); 53 virtual void bindVertexArrayOES(Platform3DObject);
|