Searched defs:paintsIntoCanvasBuffer (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext.h61 virtual bool paintsIntoCanvasBuffer() const { return true; } function in class:WebCore::CanvasRenderingContext
H A DCanvasRenderingContext2D.cpp162 bool CanvasRenderingContext2D::paintsIntoCanvasBuffer() const function in class:WebCore::CanvasRenderingContext2D
166 return m_context3D->paintsIntoCanvasBuffer();
H A DWebGLRenderingContext.cpp575 bool WebGLRenderingContext::paintsIntoCanvasBuffer() const function in class:WebCore::__anon14578::WebGLRenderingContext
577 return m_context->paintsIntoCanvasBuffer();
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DSharedGraphicsContext3D.cpp422 bool SharedGraphicsContext3D::paintsIntoCanvasBuffer() const function in class:WebCore::SharedGraphicsContext3D
424 return m_context->paintsIntoCanvasBuffer();
/external/webkit/Source/WebKit/chromium/src/
H A DGraphicsContext3DChromium.cpp266 bool GraphicsContext3DInternal::paintsIntoCanvasBuffer() const function in class:WebCore::GraphicsContext3DInternal
1128 bool GraphicsContext3D::paintsIntoCanvasBuffer() const function in class:WebCore::GraphicsContext3D
1130 return m_internal->paintsIntoCanvasBuffer();
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h781 bool paintsIntoCanvasBuffer() const { return true; } function in class:WebCore::GraphicsContext3D
783 bool paintsIntoCanvasBuffer() const;
785 bool paintsIntoCanvasBuffer() const { return true; } function in class:WebCore::GraphicsContext3D
787 bool paintsIntoCanvasBuffer() const { return false; } function in class:WebCore::GraphicsContext3D

Completed in 35 milliseconds