HomeSort by relevance Sort by last modified time
    Searched refs:srcY0 (Results 26 - 50 of 116) sorted by null

12 3 4 5

  /external/mesa3d/src/mesa/main/
image.h 130 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1,
fbobject.h 204 _mesa_BlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
fbobject.c     [all...]
  /external/mesa3d/src/mesa/swrast/
swrast.h 156 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp 432 base += sampler.srcY0() * rowBytes;
440 skip_src_rows(png_ptr, srcRow, sampler.srcY0());
453 sampler.srcY0() + 1;
    [all...]
SkImageDecoder_libgif.cpp 392 skip_src_rows(gif, scanline, innerWidth, sampler.srcY0());
409 int read = (outHeight - 1) * sampler.srcDY() + sampler.srcY0() + 1;
SkImageDecoder_libjpeg.cpp 686 // Possibly skip initial rows [sampler.srcY0]
687 if (!skip_src_rows(&cinfo, srcRow, sampler.srcY0())) {
923 // Possibly skip initial rows [sampler.srcY0
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 437 base += sampler.srcY0() * rowBytes;
445 skip_src_rows(png_ptr, srcRow, sampler.srcY0());
458 sampler.srcY0() + 1;
    [all...]
SkImageDecoder_libgif.cpp 392 skip_src_rows(gif, scanline, innerWidth, sampler.srcY0());
409 int read = (outHeight - 1) * sampler.srcDY() + sampler.srcY0() + 1;
SkImageDecoder_libjpeg.cpp 686 // Possibly skip initial rows [sampler.srcY0]
687 if (!skip_src_rows(&cinfo, srcRow, sampler.srcY0())) {
923 // Possibly skip initial rows [sampler.srcY0
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
fbobject.h 204 _mesa_BlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
fbobject.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c 935 GLint srcY0, srcY1;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 935 GLint srcY0, srcY1;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.h 397 void blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
Context.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
renderer.c     [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLNoOpInterface.h 308 GrGLint srcY0,
  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.c     [all...]
  /external/skia/src/gpu/gl/
GrGLNoOpInterface.h 308 GrGLint srcY0,
  /external/chromium_org/ui/gl/
gl_bindings_skia_in_process.cc 76 GLvoid StubGLBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
79 glBlitFramebufferEXT(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1,
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 29 void glBlitFramebuffer ( GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter )
  /sdk/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...]

Completed in 351 milliseconds

12 3 4 5