Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DExtensions3D.cpp126 void Extensions3D::paintFramebufferToCanvas(int framebuffer, int width, int height, bool premultipl… in paintFramebufferToCanvas() function in WebCore::Extensions3D
128 m_context->paintFramebufferToCanvas(framebuffer, width, height, premultiplyAlpha, imageBuffer); in paintFramebufferToCanvas()
DExtensions3D.h285 …void paintFramebufferToCanvas(int framebuffer, int width, int height, bool premultiplyAlpha, Image…
DGraphicsContext3D.cpp518paintFramebufferToCanvas(framebufferId, width, height, !getContextAttributes().premultipliedAlpha,… in paintRenderingResultsToCanvas()
814 void GraphicsContext3D::paintFramebufferToCanvas(int framebuffer, int width, int height, bool premu… in paintFramebufferToCanvas() function in WebCore::GraphicsContext3D
DGraphicsContext3D.h503 …void paintFramebufferToCanvas(int framebuffer, int width, int height, bool premultiplyAlpha, Image…
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp398 …extensions->paintFramebufferToCanvas(framebuffer, size().width(), size().height(), !m_attributes.p… in paintCompositedResultsToCanvas()