Home
last modified time | relevance | path

Searched refs:copyToPlatformTexture (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageBuffer.h106 …bool copyToPlatformTexture(GraphicsContext3D&, Platform3DObject, GC3Denum, GC3Denum, GC3Dint, bool…
DImageBuffer.cpp135 bool ImageBuffer::copyToPlatformTexture(GraphicsContext3D& context, Platform3DObject texture, GC3De… in copyToPlatformTexture() function in WebCore::ImageBuffer
181 return drawingBuffer->copyToPlatformTexture(*(context3D.get()), tex, GL_RGBA, in copyRenderingResultsFromDrawingBuffer()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.h132 … bool copyToPlatformTexture(GraphicsContext3D&, Platform3DObject texture, GC3Denum internalFormat,
DDrawingBuffer.cpp301 bool DrawingBuffer::copyToPlatformTexture(GraphicsContext3D& context, Platform3DObject texture, GC3… in copyToPlatformTexture() function in WebCore::DrawingBuffer
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContext.cpp3466 …if (buffer && buffer->copyToPlatformTexture(*m_context.get(), texture->object(), internalformat, t… in texImage2D()
3473 …if (gl && gl->m_drawingBuffer->copyToPlatformTexture(*m_context.get(), texture->object(), internal… in texImage2D()