Searched refs:readBackFramebuffer (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext3D.cpp | 538 readBackFramebuffer(pixels->data(), width, height, ReadbackRGBA, AlphaDoNothing); in paintRenderingResultsToImageData() 544 void GraphicsContext3D::readBackFramebuffer(unsigned char* pixels, int width, int height, ReadbackO… in readBackFramebuffer() function in WebCore::GraphicsContext3D 843 …readBackFramebuffer(pixels, width, height, ReadbackSkia, premultiplyAlpha ? AlphaDoPremultiply : A… in paintFramebufferToCanvas()
|
D | GraphicsContext3D.h | 487 void readBackFramebuffer(unsigned char* pixels, int width, int height, ReadbackOrder, AlphaOp);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
D | DrawingBuffer.cpp | 171 …m_context->readBackFramebuffer(pixels, size().width(), size().height(), GraphicsContext3D::Readbac… in prepareMailbox()
|