HomeSort by relevance Sort by last modified time
    Searched refs:glBlitFramebufferEXT (Results 1 - 7 of 7) sorted by null

  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 107 glBlitFramebufferEXT,
  /external/webkit/Source/WebCore/platform/graphics/opengl/
Extensions3DOpenGL.cpp 139 ::glBlitFramebufferEXT(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
GraphicsContext3DOpenGL.cpp 92 ::glBlitFramebufferEXT(0, 0, m_currentWidth, m_currentHeight, 0, 0, m_currentWidth, m_currentHeight, GL_COLOR_BUFFER_BIT, GL_LINEAR);
333 ::glBlitFramebufferEXT(0, 0, m_currentWidth, m_currentHeight, 0, 0, m_currentWidth, m_currentHeight, GL_COLOR_BUFFER_BIT, GL_LINEAR);
547 ::glBlitFramebufferEXT(x, y, x + width, y + height, x, y, x + width, y + height, GL_COLOR_BUFFER_BIT, GL_LINEAR);
561 ::glBlitFramebufferEXT(x, y, x + width, y + height, x, y, x + width, y + height, GL_COLOR_BUFFER_BIT, GL_LINEAR);
860 ::glBlitFramebufferEXT(x, y, x + width, y + height, x, y, x + width, y + height, GL_COLOR_BUFFER_BIT, GL_LINEAR);
    [all...]
  /external/skia/gpu/src/mac/
GrGLDefaultInterface_mac.cpp 155 gDefaultInterface.fBlitFramebuffer = glBlitFramebufferEXT;
  /external/webkit/Source/WebCore/platform/graphics/cairo/
OpenGLShims.h 232 #define glBlitFramebufferEXT LOOKUP_GL_FUNCTION(glBlitFramebuffer)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 103 #define glBlitFramebufferEXT MANGLE(BlitFramebufferEXT)
    [all...]
glext.h     [all...]

Completed in 238 milliseconds