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

  /external/webkit/Source/WebCore/platform/graphics/qt/
Extensions3DQt.h 42 virtual void blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long dstY1, unsigned long mask, unsigned long filter);
Extensions3DQt.cpp 65 void Extensions3DQt::blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long dstY1, unsigned long mask, unsigned long filter)
  /external/webkit/Source/WebCore/platform/graphics/opengl/
Extensions3DOpenGL.h 46 virtual void blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long dstY1, unsigned long mask, unsigned long filter);
Extensions3DOpenGL.cpp 137 void Extensions3DOpenGL::blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long dstY1, unsigned long mask, unsigned long filter)
139 ::glBlitFramebufferEXT(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
  /external/skia/src/images/
SkScaledBitmapSampler.h 16 int srcY0() const { return fY0; }
SkImageDecoder_libbmp.cpp 141 srcRow += sampler.srcY0() * srcRowBytes;
SkImageDecoder_libpng.cpp 399 base += sampler.srcY0() * rb;
407 skip_src_rows(png_ptr, srcRow, sampler.srcY0());
420 sampler.srcY0() + 1;
762 base += sampler.srcY0() * rb;
772 skip_src_rows(png_ptr, srcRow, sampler.srcY0());
    [all...]
SkImageDecoder_libjpeg.cpp 426 // Possibly skip initial rows [sampler.srcY0]
427 if (!skip_src_rows(&cinfo, srcRow, sampler.srcY0())) {
674 // Possibly skip initial rows [sampler.srcY0]
675 if (!skip_src_rows_tile(cinfo, index->index, srcRow, sampler.srcY0())) {
  /external/webkit/Source/WebCore/platform/graphics/
Extensions3D.h 112 virtual void blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long dstY1, unsigned long mask, unsigned long filter) = 0;
  /external/webkit/Source/WebKit/chromium/src/
Extensions3DChromium.cpp 70 void Extensions3DChromium::blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long dstY1, unsigned long mask, unsigned long filter)
72 m_internal->blitFramebufferCHROMIUM(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
GraphicsContext3DInternal.h 271 void blitFramebufferCHROMIUM(GC3Dint srcX0, GC3Dint srcY0, GC3Dint srcX1, GC3Dint srcY1, GC3Dint dstX0, GC3Dint dstY0, GC3Dint dstX1, GC3Dint dstY1, GC3Dbitfield mask, GC3Denum filter);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
Extensions3DChromium.h 48 virtual void blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long dstY1, unsigned long mask, unsigned long filter);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 431 void blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
Context.cpp     [all...]
libGLESv2.cpp     [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2ext.h 690 GL_APICALL void GL_APIENTRY glBlitFramebufferANGLE (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
692 typedef void (GL_APIENTRYP PFNGLBLITFRAMEBUFFERANGLEPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2ext.h     [all...]
  /external/skia/gpu/include/
GrGLInterface.h 196 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLBlitFramebufferProc)(GrGLint srcX0, GrGLint srcY0, GrGLint srcX1, GrGLint srcY1, GrGLint dstX0, GrGLint dstY0, GrGLint dstX1, GrGLint dstY1, GrGLbitfield mask, GrGLenum filter);
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 168 virtual void blitFramebufferCHROMIUM(WGC3Dint srcX0, WGC3Dint srcY0, WGC3Dint srcX1, WGC3Dint srcY1, WGC3Dint dstX0, WGC3Dint dstY0, WGC3Dint dstX1, WGC3Dint dstY1, WGC3Dbitfield mask, WGC3Denum filter) = 0;
  /development/tools/emulator/opengl/host/libs/Translator/include/GL/
wglext.h     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glext.h     [all...]

Completed in 1706 milliseconds