• Home
  • Raw
  • Download

Lines Matching refs:srcX1

78                       int srcX1, int srcY1,  in _mesa_regions_overlap()  argument
82 if (MAX2(srcX0, srcX1) <= MIN2(dstX0, dstX1)) in _mesa_regions_overlap()
85 if (MAX2(dstX0, dstX1) <= MIN2(srcX0, srcX1)) in _mesa_regions_overlap()
358 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in do_blit_framebuffer() argument
369 GLint srcX0, srcY0, srcX1, srcY1; in do_blit_framebuffer() member
382 clip.srcX1 = srcX1; in do_blit_framebuffer()
396 &clip.srcX0, &clip.srcY0, &clip.srcX1, &clip.srcY1, in do_blit_framebuffer()
455 blit.src.box.width = srcX1 - srcX0; in do_blit_framebuffer()
458 blit.src.box.x = srcX1; in do_blit_framebuffer()
460 blit.src.box.width = srcX0 - srcX1; in do_blit_framebuffer()
631 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_framebuffer() argument
717 || srcX1 != dstX1 || srcY1 != dstY1)) { in blit_framebuffer()
735 if (abs(srcX1 - srcX0) != abs(dstX1 - dstX0) || in blit_framebuffer()
812 srcX0, srcY0, srcX1, srcY1, in blit_framebuffer()
855 (srcX1 - srcX0) == 0 || (srcY1 - srcY0) == 0 || in blit_framebuffer()
861 srcX0, srcY0, srcX1, srcY1, in blit_framebuffer()
871 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_framebuffer_err() argument
878 blit_framebuffer(ctx, readFb, drawFb, srcX0, srcY0, srcX1, srcY1, in blit_framebuffer_err()
890 _mesa_BlitFramebuffer_no_error(GLint srcX0, GLint srcY0, GLint srcX1, in _mesa_BlitFramebuffer_no_error() argument
898 srcX0, srcY0, srcX1, srcY1, in _mesa_BlitFramebuffer_no_error()
905 _mesa_BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_BlitFramebuffer() argument
915 srcX0, srcY0, srcX1, srcY1, in _mesa_BlitFramebuffer()
920 srcX0, srcY0, srcX1, srcY1, in _mesa_BlitFramebuffer()
929 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_named_framebuffer() argument
970 srcX0, srcY0, srcX1, srcY1, in blit_named_framebuffer()
980 GLint srcX1, GLint srcY1, in _mesa_BlitNamedFramebuffer_no_error() argument
988 srcX0, srcY0, srcX1, srcY1, in _mesa_BlitNamedFramebuffer_no_error()
996 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_BlitNamedFramebuffer() argument
1007 srcX0, srcY0, srcX1, srcY1, in _mesa_BlitNamedFramebuffer()
1012 srcX0, srcY0, srcX1, srcY1, in _mesa_BlitNamedFramebuffer()