OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:paintFramebufferToCanvas
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Extensions3D.cpp
126
void Extensions3D::
paintFramebufferToCanvas
(int framebuffer, int width, int height, bool premultiplyAlpha, ImageBuffer* imageBuffer)
128
m_context->
paintFramebufferToCanvas
(framebuffer, width, height, premultiplyAlpha, imageBuffer);
Extensions3D.h
285
void
paintFramebufferToCanvas
(int framebuffer, int width, int height, bool premultiplyAlpha, ImageBuffer*);
GraphicsContext3D.h
503
void
paintFramebufferToCanvas
(int framebuffer, int width, int height, bool premultiplyAlpha, ImageBuffer*);
GraphicsContext3D.cpp
518
paintFramebufferToCanvas
(framebufferId, width, height, !getContextAttributes().premultipliedAlpha, imageBuffer);
814
void GraphicsContext3D::
paintFramebufferToCanvas
(int framebuffer, int width, int height, bool premult (…)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp
398
extensions->
paintFramebufferToCanvas
(framebuffer, size().width(), size().height(), !m_attributes.premultipliedAlpha, imageBuffer);
Completed in 96 milliseconds