Searched refs:blitFramebuffer (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DExtensions3D.cpp67 void Extensions3D::blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long dstY1, unsigned long mask, unsigned long filter) function in class:WebCore::Extensions3D
H A DExtensions3D.h253 void blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long dstY1, unsigned long mask, unsigned long filter);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
H A DFECustomFilter.cpp258 m_context->getExtensions()->blitFramebuffer(0, 0, m_contextSize.width(), m_contextSize.height(), 0, 0, m_contextSize.width(), m_contextSize.height(), GraphicsContext3D::COLOR_BUFFER_BIT, GraphicsContext3D::NEAREST);
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/
H A DContext.h397 void blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
H A DContext.cpp2658 void Context::blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, function in class:gl::Context
H A DlibGLESv2.cpp6863 context->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
H A DDrawingBuffer.cpp708 m_context->getExtensions()->blitFramebuffer(x, y, width, height, x, y, width, height, GraphicsContext3D::COLOR_BUFFER_BIT, GraphicsContext3D::NEAREST);

Completed in 401 milliseconds