Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DExtensions3D.h247 …void blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long …
DExtensions3D.cpp66 void Extensions3D::blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long… in blitFramebuffer() function in WebCore::Extensions3D
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
DFECustomFilter.cpp255 …m_context->extensions()->blitFramebuffer(0, 0, m_contextSize.width(), m_contextSize.height(), 0, 0… in resolveMultisampleBuffer()
/external/chromium_org/third_party/angle/src/libGLESv2/
DContext.h397 void blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
DContext.cpp2684 void Context::blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blitFramebuffer() function in gl::Context
DlibGLESv2.cpp6863 context->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask); in glBlitFramebufferANGLE()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp731 …m_context->extensions()->blitFramebuffer(x, y, width, height, x, y, width, height, GL_COLOR_BUFFER… in commit()