Platform3DObject 196 Source/core/html/HTMLVideoElement.cpp bool HTMLVideoElement::copyVideoTextureToPlatformTexture(blink::WebGraphicsContext3D* context, Platform3DObject texture, GLint level, GLenum type, GLenum internalFormat, bool premultiplyAlpha, bool flipY) Platform3DObject 63 Source/core/html/HTMLVideoElement.h bool copyVideoTextureToPlatformTexture(blink::WebGraphicsContext3D*, Platform3DObject texture, GC3Dint level, GC3Denum type, GC3Denum internalFormat, bool premultiplyAlpha, bool flipY); Platform3DObject 52 Source/core/html/canvas/WebGLBuffer.cpp void WebGLBuffer::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) Platform3DObject 50 Source/core/html/canvas/WebGLBuffer.h virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE; Platform3DObject 113 Source/core/html/canvas/WebGLDrawBuffers.cpp Platform3DObject fbo = context->createFramebuffer(); Platform3DObject 122 Source/core/html/canvas/WebGLDrawBuffers.cpp Platform3DObject depthStencil = 0; Platform3DObject 128 Source/core/html/canvas/WebGLDrawBuffers.cpp Platform3DObject depth = 0; Platform3DObject 135 Source/core/html/canvas/WebGLDrawBuffers.cpp Vector<Platform3DObject> colors; Platform3DObject 139 Source/core/html/canvas/WebGLDrawBuffers.cpp Platform3DObject color = context->createTexture(); Platform3DObject 37 Source/core/html/canvas/WebGLFramebuffer.cpp Platform3DObject objectOrZero(WebGLObject* object) Platform3DObject 117 Source/core/html/canvas/WebGLFramebuffer.cpp Platform3DObject object = objectOrZero(m_renderbuffer.get()); Platform3DObject 215 Source/core/html/canvas/WebGLFramebuffer.cpp Platform3DObject object = objectOrZero(m_texture.get()); Platform3DObject 562 Source/core/html/canvas/WebGLFramebuffer.cpp void WebGLFramebuffer::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) Platform3DObject 107 Source/core/html/canvas/WebGLFramebuffer.h virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE; Platform3DObject 43 Source/core/html/canvas/WebGLObject.cpp void WebGLObject::setObject(Platform3DObject object) Platform3DObject 45 Source/core/html/canvas/WebGLObject.h Platform3DObject object() const { return m_object; } Platform3DObject 67 Source/core/html/canvas/WebGLObject.h void setObject(Platform3DObject); Platform3DObject 70 Source/core/html/canvas/WebGLObject.h virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) = 0; Platform3DObject 79 Source/core/html/canvas/WebGLObject.h Platform3DObject m_object; Platform3DObject 54 Source/core/html/canvas/WebGLProgram.cpp void WebGLProgram::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject obj) Platform3DObject 66 Source/core/html/canvas/WebGLProgram.h virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE; Platform3DObject 55 Source/core/html/canvas/WebGLRenderbuffer.cpp void WebGLRenderbuffer::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) Platform3DObject 66 Source/core/html/canvas/WebGLRenderbuffer.h virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE; Platform3DObject 237 Source/core/html/canvas/WebGLRenderingContextBase.cpp Platform3DObject objectOrZero(WebGLObject* object) Platform3DObject 1886 Source/core/html/canvas/WebGLRenderingContextBase.cpp Platform3DObject bufferObject = objectOrZero(buffer); Platform3DObject 1928 Source/core/html/canvas/WebGLRenderingContextBase.cpp Platform3DObject textureObject = objectOrZero(texture); Platform3DObject 53 Source/core/html/canvas/WebGLShader.cpp void WebGLShader::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) Platform3DObject 50 Source/core/html/canvas/WebGLShader.h virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE; Platform3DObject 248 Source/core/html/canvas/WebGLTexture.cpp void WebGLTexture::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) Platform3DObject 81 Source/core/html/canvas/WebGLTexture.h virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE; Platform3DObject 62 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp void WebGLVertexArrayObjectOES::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) Platform3DObject 90 Source/core/html/canvas/WebGLVertexArrayObjectOES.h virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE; Platform3DObject 61 Source/platform/graphics/Canvas2DImageBufferSurface.h virtual Platform3DObject getBackingTexture() const OVERRIDE { return m_layerBridge->getBackingTexture(); } Platform3DObject 511 Source/platform/graphics/Canvas2DLayerBridge.cpp Platform3DObject Canvas2DLayerBridge::getBackingTexture() Platform3DObject 78 Source/platform/graphics/Canvas2DLayerBridge.h Platform3DObject getBackingTexture(); Platform3DObject 79 Source/platform/graphics/GraphicsContext.cpp virtual Platform3DObject getBackingTexture() const OVERRIDE Platform3DObject 153 Source/platform/graphics/ImageBuffer.cpp bool ImageBuffer::copyToPlatformTexture(blink::WebGraphicsContext3D* context, Platform3DObject texture, GLenum internalFormat, GLenum destType, GLint level, bool premultiplyAlpha, bool flipY) Platform3DObject 181 Source/platform/graphics/ImageBuffer.cpp Platform3DObject sourceTexture = context->createTexture(); Platform3DObject 213 Source/platform/graphics/ImageBuffer.cpp Platform3DObject ImageBuffer::getBackingTexture() Platform3DObject 226 Source/platform/graphics/ImageBuffer.cpp Platform3DObject tex = m_surface->getBackingTexture(); Platform3DObject 117 Source/platform/graphics/ImageBuffer.h bool copyToPlatformTexture(blink::WebGraphicsContext3D*, Platform3DObject, GLenum, GLenum, GLint, bool, bool); Platform3DObject 119 Source/platform/graphics/ImageBuffer.h Platform3DObject getBackingTexture(); Platform3DObject 66 Source/platform/graphics/ImageBufferSurface.h virtual Platform3DObject getBackingTexture() const { return 0; } Platform3DObject 62 Source/platform/graphics/gpu/DrawingBuffer.cpp ScopedTextureUnit0BindingRestorer(blink::WebGraphicsContext3D* context, GLenum activeTextureUnit, Platform3DObject textureUnitZeroId) Platform3DObject 78 Source/platform/graphics/gpu/DrawingBuffer.cpp Platform3DObject m_oldTextureUnitZeroId; Platform3DObject 319 Source/platform/graphics/gpu/DrawingBuffer.cpp bool DrawingBuffer::copyToPlatformTexture(blink::WebGraphicsContext3D* context, Platform3DObject texture, GLenum internalFormat, GLenum destType, GLint level, bool premultiplyAlpha, bool flipY) Platform3DObject 349 Source/platform/graphics/gpu/DrawingBuffer.cpp Platform3DObject sourceTexture = context->createTexture(); Platform3DObject 384 Source/platform/graphics/gpu/DrawingBuffer.cpp Platform3DObject DrawingBuffer::framebuffer() const Platform3DObject 413 Source/platform/graphics/gpu/DrawingBuffer.cpp Platform3DObject tex = imageBuffer->getBackingTexture(); Platform3DObject 430 Source/platform/graphics/gpu/DrawingBuffer.cpp Platform3DObject sourceTexture = context->createTexture(); Platform3DObject 458 Source/platform/graphics/gpu/DrawingBuffer.cpp Platform3DObject framebuffer = m_context->createFramebuffer(); Platform3DObject 111 Source/platform/graphics/gpu/DrawingBuffer.h void setTexture2DBinding(Platform3DObject texture) { m_texture2DBinding = texture; } Platform3DObject 115 Source/platform/graphics/gpu/DrawingBuffer.h void setFramebufferBinding(Platform3DObject fbo) { m_framebufferBinding = fbo; } Platform3DObject 123 Source/platform/graphics/gpu/DrawingBuffer.h Platform3DObject framebuffer() const; Platform3DObject 138 Source/platform/graphics/gpu/DrawingBuffer.h bool copyToPlatformTexture(blink::WebGraphicsContext3D*, Platform3DObject texture, GLenum internalFormat, Platform3DObject 198 Source/platform/graphics/gpu/DrawingBuffer.h Platform3DObject m_texture2DBinding; Platform3DObject 199 Source/platform/graphics/gpu/DrawingBuffer.h Platform3DObject m_framebufferBinding; Platform3DObject 206 Source/platform/graphics/gpu/DrawingBuffer.h Platform3DObject m_fbo; Platform3DObject 208 Source/platform/graphics/gpu/DrawingBuffer.h Platform3DObject m_colorBuffer; Platform3DObject 209 Source/platform/graphics/gpu/DrawingBuffer.h Platform3DObject m_frontColorBuffer; Platform3DObject 212 Source/platform/graphics/gpu/DrawingBuffer.h Platform3DObject m_depthStencilBuffer; Platform3DObject 215 Source/platform/graphics/gpu/DrawingBuffer.h Platform3DObject m_depthBuffer; Platform3DObject 216 Source/platform/graphics/gpu/DrawingBuffer.h Platform3DObject m_stencilBuffer; Platform3DObject 219 Source/platform/graphics/gpu/DrawingBuffer.h Platform3DObject m_multisampleFBO; Platform3DObject 220 Source/platform/graphics/gpu/DrawingBuffer.h Platform3DObject m_multisampleColorBuffer; Platform3DObject 59 Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp Platform3DObject WebGLImageBufferSurface::getBackingTexture() const Platform3DObject 55 Source/platform/graphics/gpu/WebGLImageBufferSurface.h virtual Platform3DObject getBackingTexture() const OVERRIDE; Platform3DObject 153 Source/platform/graphics/media/MediaPlayer.h virtual bool copyVideoTextureToPlatformTexture(blink::WebGraphicsContext3D*, Platform3DObject, GC3Dint, GC3Denum, GC3Denum, bool, bool) = 0; Platform3DObject 374 Source/web/WebMediaPlayerClientImpl.cpp bool WebMediaPlayerClientImpl::copyVideoTextureToPlatformTexture(WebGraphicsContext3D* context, Platform3DObject texture, GLint level, GLenum type, GLenum internalFormat, bool premultiplyAlpha, bool flipY) Platform3DObject 118 Source/web/WebMediaPlayerClientImpl.h virtual bool copyVideoTextureToPlatformTexture(WebGraphicsContext3D*, Platform3DObject texture, GLint level, GLenum type, GLenum internalFormat, bool premultiplyAlpha, bool flipY) OVERRIDE;