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

1 2

  /external/webkit/Source/WebCore/platform/graphics/qt/
Extensions3DQt.h 44 virtual Platform3DObject createVertexArrayOES();
45 virtual void deleteVertexArrayOES(Platform3DObject);
46 virtual GC3Dboolean isVertexArrayOES(Platform3DObject);
47 virtual void bindVertexArrayOES(Platform3DObject);
Extensions3DQt.cpp 73 Platform3DObject Extensions3DQt::createVertexArrayOES()
78 void Extensions3DQt::deleteVertexArrayOES(Platform3DObject)
82 GC3Dboolean Extensions3DQt::isVertexArrayOES(Platform3DObject)
87 void Extensions3DQt::bindVertexArrayOES(Platform3DObject)
GraphicsContext3DQt.cpp 632 Platform3DObject GraphicsContext3D::platformTexture() const
685 void GraphicsContext3D::attachShader(Platform3DObject program, Platform3DObject shader)
693 void GraphicsContext3D::getAttachedShaders(Platform3DObject program, GC3Dsizei maxCount, GC3Dsizei* count, Platform3DObject* shaders)
704 void GraphicsContext3D::bindAttribLocation(Platform3DObject program, GC3Duint index, const String& name)
711 void GraphicsContext3D::bindBuffer(GC3Denum target, Platform3DObject buffer)
717 void GraphicsContext3D::bindFramebuffer(GC3Denum target, Platform3DObject buffer)
724 void GraphicsContext3D::bindRenderbuffer(GC3Denum target, Platform3DObject renderbuffer)
730 void GraphicsContext3D::bindTexture(GC3Denum target, Platform3DObject texture
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLObject.h 42 Platform3DObject object() const { return m_object; }
83 void setObject(Platform3DObject);
86 virtual void deleteObjectImpl(Platform3DObject) = 0;
89 Platform3DObject m_object;
WebGLObject.cpp 50 void WebGLObject::setObject(Platform3DObject object)
WebGLRenderbuffer.cpp 53 void WebGLRenderbuffer::deleteObjectImpl(Platform3DObject object)
WebGLShader.cpp 49 void WebGLShader::deleteObjectImpl(Platform3DObject object)
WebGLShader.h 50 virtual void deleteObjectImpl(Platform3DObject);
WebGLVertexArrayObjectOES.cpp 60 void WebGLVertexArrayObjectOES::deleteObjectImpl(Platform3DObject object)
WebGLProgram.h 70 virtual void deleteObjectImpl(Platform3DObject);
WebGLRenderbuffer.h 70 virtual void deleteObjectImpl(Platform3DObject);
WebGLBuffer.h 67 virtual void deleteObjectImpl(Platform3DObject o);
WebGLFramebuffer.h 73 virtual void deleteObjectImpl(Platform3DObject);
  /external/webkit/Source/WebCore/platform/graphics/opengl/
Extensions3DOpenGL.h 49 virtual Platform3DObject createVertexArrayOES();
50 virtual void deleteVertexArrayOES(Platform3DObject);
51 virtual GC3Dboolean isVertexArrayOES(Platform3DObject);
52 virtual void bindVertexArrayOES(Platform3DObject);
Extensions3DOpenGL.cpp 147 Platform3DObject Extensions3DOpenGL::createVertexArrayOES()
159 void Extensions3DOpenGL::deleteVertexArrayOES(Platform3DObject array)
170 GC3Dboolean Extensions3DOpenGL::isVertexArrayOES(Platform3DObject array)
183 void Extensions3DOpenGL::bindVertexArrayOES(Platform3DObject array)
GraphicsContext3DOpenGL.cpp 353 void GraphicsContext3D::attachShader(Platform3DObject program, Platform3DObject shader)
361 void GraphicsContext3D::bindAttribLocation(Platform3DObject program, GC3Duint index, const String& name)
368 void GraphicsContext3D::bindBuffer(GC3Denum target, Platform3DObject buffer)
375 void GraphicsContext3D::bindFramebuffer(GC3Denum target, Platform3DObject buffer)
389 void GraphicsContext3D::bindRenderbuffer(GC3Denum target, Platform3DObject renderbuffer)
396 void GraphicsContext3D::bindTexture(GC3Denum target, Platform3DObject texture)
489 void GraphicsContext3D::compileShader(Platform3DObject shader)
506 HashMap<Platform3DObject, ShaderSourceEntry>::iterator result = m_shaderSourceMap.find(shader);
593 void GraphicsContext3D::detachShader(Platform3DObject program, Platform3DObject shader
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.h 70 Platform3DObject colorBuffer() const { return m_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;
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 void framebufferTexture2D(GC3Denum target, GC3Denum attachment, GC3Denum textarget, Platform3DObject, GC3Dint level);
116 void bindTexture(GC3Denum target, Platform3DObject texture);
  /external/webkit/Source/WebCore/platform/graphics/
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;
GraphicsTypes3D.h 48 typedef GC3Duint Platform3DObject;
GraphicsContext3D.h 77 const Platform3DObject NullPlatform3DObject = 0;
460 Platform3DObject platformTexture() const { return m_compositorTexture; }
464 Platform3DObject platformTexture() const;
470 Platform3DObject platformTexture() const;
476 Platform3DObject platformTexture() const { return m_texture; }
479 Platform3DObject platformTexture() const { return NullPlatform3DObject; }
614 void attachShader(Platform3DObject program, Platform3DObject shader);
615 void bindAttribLocation(Platform3DObject, GC3Duint index, const String& name);
616 void bindBuffer(GC3Denum target, Platform3DObject);
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
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)
    [all...]
GraphicsContext3DChromium.cpp 145 Platform3DObject GraphicsContext3DInternal::platformTexture() const
426 DELEGATE_TO_IMPL_2(attachShader, Platform3DObject, Platform3DObject)
428 void GraphicsContext3DInternal::bindAttribLocation(Platform3DObject program, GC3Duint index, const String& name)
433 DELEGATE_TO_IMPL_2(bindBuffer, GC3Denum, Platform3DObject)
434 DELEGATE_TO_IMPL_2(bindFramebuffer, GC3Denum, Platform3DObject)
435 DELEGATE_TO_IMPL_2(bindRenderbuffer, GC3Denum, Platform3DObject)
436 DELEGATE_TO_IMPL_2(bindTexture, GC3Denum, Platform3DObject)
464 DELEGATE_TO_IMPL_1(compileShader, Platform3DObject)
472 DELEGATE_TO_IMPL_2(detachShader, Platform3DObject, Platform3DObject
    [all...]
Extensions3DChromium.cpp 125 Platform3DObject Extensions3DChromium::createVertexArrayOES()
130 void Extensions3DChromium::deleteVertexArrayOES(Platform3DObject)
134 GC3Dboolean Extensions3DChromium::isVertexArrayOES(Platform3DObject)
139 void Extensions3DChromium::bindVertexArrayOES(Platform3DObject)
  /external/webkit/Source/WebCore/platform/graphics/chromium/
Extensions3DChromium.h 50 virtual Platform3DObject createVertexArrayOES();
51 virtual void deleteVertexArrayOES(Platform3DObject);
52 virtual GC3Dboolean isVertexArrayOES(Platform3DObject);
53 virtual void bindVertexArrayOES(Platform3DObject);

Completed in 293 milliseconds

1 2