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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLObject.h 46 Platform3DObject object() const { return m_object; }
70 void setObject(Platform3DObject);
73 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) = 0;
83 Platform3DObject m_object;
WebGLBuffer.h 51 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
WebGLShader.h 51 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
WebGLBuffer.cpp 60 void WebGLBuffer::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object)
WebGLObject.cpp 45 void WebGLObject::setObject(Platform3DObject object)
WebGLShader.cpp 59 void WebGLShader::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object)
WebGLDrawBuffers.cpp 112 Platform3DObject fbo = context->createFramebuffer();
121 Platform3DObject depthStencil = 0;
127 Platform3DObject depth = 0;
134 Vector<Platform3DObject> colors;
138 Platform3DObject color = context->createTexture();
WebGLProgram.h 68 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
WebGLRenderbuffer.cpp 65 void WebGLRenderbuffer::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object)
WebGLRenderbuffer.h 69 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
WebGLFramebuffer.h 110 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
WebGLVertexArrayObjectOES.h 99 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
WebGLProgram.cpp 69 void WebGLProgram::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject obj)
WebGLTexture.h 82 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.h 73 Platform3DObject textureId;
125 void setTexture2DBinding(Platform3DObject texture) { m_texture2DBinding = texture; }
129 void setFramebufferBinding(Platform3DObject fbo) { m_framebufferBinding = fbo; }
137 Platform3DObject framebuffer() const;
158 bool copyToPlatformTexture(WebGraphicsContext3D*, Platform3DObject texture, GLenum internalFormat,
232 Platform3DObject m_texture2DBinding;
233 Platform3DObject m_framebufferBinding;
242 Platform3DObject m_fbo;
248 Platform3DObject m_depthStencilBuffer;
251 Platform3DObject m_depthBuffer
    [all...]
AcceleratedImageBufferSurface.h 50 virtual Platform3DObject getBackingTexture() const OVERRIDE;
WebGLImageBufferSurface.h 53 virtual Platform3DObject getBackingTexture() const OVERRIDE;
AcceleratedImageBufferSurface.cpp 63 Platform3DObject AcceleratedImageBufferSurface::getBackingTexture() const
WebGLImageBufferSurface.cpp 59 Platform3DObject WebGLImageBufferSurface::getBackingTexture() const
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsTypes3D.h 34 typedef unsigned Platform3DObject;
ImageBufferSurface.h 68 virtual Platform3DObject getBackingTexture() const { return 0; }
ImageBuffer.h 116 bool copyToPlatformTexture(WebGraphicsContext3D*, Platform3DObject, GLenum, GLenum, GLint, bool, bool);
118 Platform3DObject getBackingTexture();
Canvas2DImageBufferSurface.h 62 virtual Platform3DObject getBackingTexture() const OVERRIDE { return m_layerBridge->getBackingTexture(); }
Canvas2DLayerBridge.h 75 Platform3DObject getBackingTexture();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.h 73 bool copyVideoTextureToPlatformTexture(WebGraphicsContext3D*, Platform3DObject texture, GC3Dint level, GLenum internalFormat, GLenum type, bool premultiplyAlpha, bool flipY);

Completed in 181 milliseconds

1 2