Searched refs:blitFramebuffer (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | Extensions3D.h | 247 …void blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long …
|
D | Extensions3D.cpp | 66 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/ |
D | FECustomFilter.cpp | 255 …m_context->extensions()->blitFramebuffer(0, 0, m_contextSize.width(), m_contextSize.height(), 0, 0… in resolveMultisampleBuffer()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Context.h | 397 void blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
|
D | Context.cpp | 2684 void Context::blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blitFramebuffer() function in gl::Context
|
D | libGLESv2.cpp | 6863 context->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask); in glBlitFramebufferANGLE()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
D | DrawingBuffer.cpp | 731 …m_context->extensions()->blitFramebuffer(x, y, width, height, x, y, width, height, GL_COLOR_BUFFER… in commit()
|