Searched refs:copyToPlatformTexture (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | ImageBuffer.h | 106 …bool copyToPlatformTexture(GraphicsContext3D&, Platform3DObject, GC3Denum, GC3Denum, GC3Dint, bool…
|
D | ImageBuffer.cpp | 135 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/ |
D | DrawingBuffer.h | 132 … bool copyToPlatformTexture(GraphicsContext3D&, Platform3DObject texture, GC3Denum internalFormat,
|
D | DrawingBuffer.cpp | 301 bool DrawingBuffer::copyToPlatformTexture(GraphicsContext3D& context, Platform3DObject texture, GC3… in copyToPlatformTexture() function in WebCore::DrawingBuffer
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | WebGLRenderingContext.cpp | 3466 …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()
|