Home
last modified time | relevance | path

Searched refs:Platform3DObject (Results 1 – 25 of 39) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/src/
DGraphicsContext3DInternal.h62 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 …]
DGraphicsContext3DChromium.cpp145 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 …]
DExtensions3DChromium.cpp125 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/
DGraphicsContext3D.h77 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 …]
DExtensions3D.h118 virtual Platform3DObject createVertexArrayOES() = 0;
119 virtual void deleteVertexArrayOES(Platform3DObject) = 0;
120 virtual GC3Dboolean isVertexArrayOES(Platform3DObject) = 0;
121 virtual void bindVertexArrayOES(Platform3DObject) = 0;
DGraphicsTypes3D.h48 typedef GC3Duint Platform3DObject; typedef
/external/webkit/Source/WebCore/platform/graphics/gpu/
DDrawingBuffer.h70 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;
DSharedGraphicsContext3D.h73 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);
DSharedGraphicsContext3D.cpp178 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/
DGraphicsContext3DOpenGL.cpp353 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 …]
DExtensions3DOpenGL.h49 virtual Platform3DObject createVertexArrayOES();
50 virtual void deleteVertexArrayOES(Platform3DObject);
51 virtual GC3Dboolean isVertexArrayOES(Platform3DObject);
52 virtual void bindVertexArrayOES(Platform3DObject);
DExtensions3DOpenGL.cpp147 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/
DExtensions3DQt.h44 virtual Platform3DObject createVertexArrayOES();
45 virtual void deleteVertexArrayOES(Platform3DObject);
46 virtual GC3Dboolean isVertexArrayOES(Platform3DObject);
47 virtual void bindVertexArrayOES(Platform3DObject);
DExtensions3DQt.cpp73 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
DGraphicsContext3DQt.cpp632 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/
DWebGLObject.h42 Platform3DObject object() const { return m_object; } in object()
83 void setObject(Platform3DObject);
86 virtual void deleteObjectImpl(Platform3DObject) = 0;
89 Platform3DObject m_object;
DWebGLRenderbuffer.cpp53 void WebGLRenderbuffer::deleteObjectImpl(Platform3DObject object) in deleteObjectImpl()
DWebGLObject.cpp50 void WebGLObject::setObject(Platform3DObject object) in setObject()
DWebGLShader.cpp49 void WebGLShader::deleteObjectImpl(Platform3DObject object) in deleteObjectImpl()
DWebGLShader.h50 virtual void deleteObjectImpl(Platform3DObject);
DWebGLVertexArrayObjectOES.cpp60 void WebGLVertexArrayObjectOES::deleteObjectImpl(Platform3DObject object) in deleteObjectImpl()
DWebGLProgram.h70 virtual void deleteObjectImpl(Platform3DObject);
DWebGLRenderbuffer.h70 virtual void deleteObjectImpl(Platform3DObject);
DWebGLVertexArrayObjectOES.h86 virtual void deleteObjectImpl(Platform3DObject);
/external/webkit/Source/WebCore/platform/graphics/chromium/
DExtensions3DChromium.h50 virtual Platform3DObject createVertexArrayOES();
51 virtual void deleteVertexArrayOES(Platform3DObject);
52 virtual GC3Dboolean isVertexArrayOES(Platform3DObject);
53 virtual void bindVertexArrayOES(Platform3DObject);

12