Home
last modified time | relevance | path

Searched refs:dstY0 (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DExtensions3DChromium.cpp70 …mebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long … in blitFramebuffer() argument
72 …m_internal->blitFramebufferCHROMIUM(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, … in blitFramebuffer()
DGraphicsContext3DInternal.h271 …rcX0, GC3Dint srcY0, GC3Dint srcX1, GC3Dint srcY1, GC3Dint dstX0, GC3Dint dstY0, GC3Dint dstX1, GC…
/external/webkit/Source/WebCore/platform/graphics/opengl/
DExtensions3DOpenGL.cpp137 …mebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long … in blitFramebuffer() argument
139 ::glBlitFramebufferEXT(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); in blitFramebuffer()
DExtensions3DOpenGL.h46 …mebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long …
/external/webkit/Source/WebCore/platform/graphics/qt/
DExtensions3DQt.h42 …mebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long …
DExtensions3DQt.cpp65 …mebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long … in blitFramebuffer() argument
/external/webkit/Source/WebCore/platform/graphics/
DExtensions3D.h112 …mebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long …
/external/webkit/Source/WebCore/platform/graphics/chromium/
DExtensions3DChromium.h48 …mebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long …
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
Dgl2ext.h808 … GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
812 … GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DContext.h432 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
DlibGLESv2.cpp5666 …LE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… in glBlitFramebufferANGLE() argument
5672 srcX0, srcY0, srcX1, srcX1, dstX0, dstY0, dstX1, dstY1, mask, filter); in glBlitFramebufferANGLE()
5689 if (srcX1 - srcX0 != dstX1 - dstX0 || srcY1 - srcY0 != dstY1 - dstY0) in glBlitFramebufferANGLE()
5705 context->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask); in glBlitFramebufferANGLE()
DContext.cpp3279 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in blitFramebuffer() argument
3323 destRect.top = dstY0; in blitFramebuffer()
3328 destRect.bottom = dstY0; in blitFramebuffer()
/external/webkit/Source/WebKit/chromium/public/
DWebGraphicsContext3D.h168 … WGC3Dint srcY0, WGC3Dint srcX1, WGC3Dint srcY1, WGC3Dint dstX0, WGC3Dint dstY0, WGC3Dint dstX1, W…
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp101 …rcX0, GrGLint srcY0, GrGLint srcX1, GrGLint srcY1, GrGLint dstX0, GrGLint dstY0, GrGLint dstX1, Gr… in nullGLBlitFramebuffer() argument
/external/skia/include/gpu/gl/
DGrGLFunctions.h56 …rcX0, GrGLint srcY0, GrGLint srcX1, GrGLint srcY1, GrGLint dstX0, GrGLint dstY0, GrGLint dstX1, Gr…
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp815 GrGLint dstY0, in debugGLBlitFramebuffer() argument