Home
last modified time | relevance | path

Searched refs:glBlitFramebufferEXT (Results 1 – 6 of 6) sorted by relevance

/external/chromium/webkit/glue/
Dgl_bindings_skia_cmd_buffer.cc107 glBlitFramebufferEXT, in BindSkiaToCommandBufferGL()
/external/webkit/Source/WebCore/platform/graphics/opengl/
DExtensions3DOpenGL.cpp139 ::glBlitFramebufferEXT(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); in blitFramebuffer()
DGraphicsContext3DOpenGL.cpp92 …::glBlitFramebufferEXT(0, 0, m_currentWidth, m_currentHeight, 0, 0, m_currentWidth, m_currentHeigh… in readRenderingResults()
333 …::glBlitFramebufferEXT(0, 0, m_currentWidth, m_currentHeight, 0, 0, m_currentWidth, m_currentHeigh… in prepareTexture()
547 …::glBlitFramebufferEXT(x, y, x + width, y + height, x, y, x + width, y + height, GL_COLOR_BUFFER_B… in copyTexImage2D()
561 …::glBlitFramebufferEXT(x, y, x + width, y + height, x, y, x + width, y + height, GL_COLOR_BUFFER_B… in copyTexSubImage2D()
860 …::glBlitFramebufferEXT(x, y, x + width, y + height, x, y, x + width, y + height, GL_COLOR_BUFFER_B… in readPixels()
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp261 interface->fBlitFramebuffer = glBlitFramebufferEXT; in GrGLCreateNativeInterface()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DOpenGLShims.h232 #define glBlitFramebufferEXT LOOKUP_GL_FUNCTION(glBlitFramebuffer) macro
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DLwjglRenderer.java1216 glBlitFramebufferEXT(0, 0, srcW, srcH, in copyFrameBuffer()