HomeSort by relevance Sort by last modified time
    Searched refs:srcY1 (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/mesa3d/src/mesa/main/
blit.h 33 int srcX1, int srcY1,
41 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
46 _mesa_BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
52 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
blit.c 67 int srcX1, int srcY1,
77 if (MAX2(srcY0, srcY1) <= MIN2(dstY0, dstY1))
80 if (MAX2(dstY0, dstY1) <= MIN2(srcY0, srcY1))
184 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
452 || srcX1 != dstX1 || srcY1 != dstY1)) {
471 abs(srcY1 - srcY0) != abs(dstY1 - dstY0)) {
487 srcX0, srcY0, srcX1, srcY1,
530 (srcX1 - srcX0) == 0 || (srcY1 - srcY0) == 0 ||
537 srcX0, srcY0, srcX1, srcY1,
550 _mesa_BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
    [all...]
image.c 884 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1,
902 *srcY0, *srcY1, *dstY0, *dstY1);
927 if (*srcY0 == *srcY1)
929 if (*srcY0 <= srcYmin && *srcY1 <= srcYmin)
931 if (*srcY0 >= srcYmax && *srcY1 >= srcYmax)
938 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax);
940 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin);
946 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax);
948 clip_left_or_bottom(dstY0, dstY1, srcY0, srcY1, srcYmin);
954 *srcY0, *srcY1, *dstY0, *dstY1)
    [all...]
image.h 135 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1,
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.h 58 int srcX1, int srcY1,
70 int srcX1, int srcY1,
u_blit.c 315 int srcX1, int srcY1,
325 if (MAX2(srcY0, srcY1) <= MIN2(dstY0, dstY1))
328 if (MAX2(dstY0, dstY1) <= MIN2(srcY0, srcY1))
369 int srcX1, int srcY1,
380 const int srcH = abs(srcY1 - srcY0);
396 regions_overlap(srcX0, srcY0, srcX1, srcY1,
436 srcY0 < srcY1 &&
439 (dstY1 - dstY0) == (srcY1 - srcY0) &&
474 info.src.box.height = srcY1 - srcY0;
503 int srcX1, int srcY1,
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_blit.c 51 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
62 GLint srcX0, srcY0, srcX1, srcY1;
76 clip.srcY1 = srcY1;
89 &clip.srcX0, &clip.srcY0, &clip.srcX1, &clip.srcY1,
123 srcY1 = readFB->Height - srcY1;
126 if (srcY0 > srcY1 && dstY0 > dstY1) {
133 srcY0 = srcY1;
134 srcY1 = tmp
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_meta_util.h 40 GLfloat *srcX1, GLfloat *srcY1,
brw_meta_util.c 162 GLfloat *srcX1, GLfloat *srcY1,
173 fixup_mirroring(mirror_y, srcY0, srcY1);
188 if (!compute_pixels_clipped(*srcX0, *srcY0, *srcX1, *srcY1,
224 float scaleY = (float) (*srcY1 - *srcY0) / (*dstY1 - *dstY0);
246 srcY1, dstY1, dstY0,
255 *srcY0 = read_fb->Height - *srcY1;
256 *srcY1 = tmp;
brw_blorp.c 492 GLfloat srcX0, GLfloat srcY0, GLfloat srcX1, GLfloat srcY1,
510 srcX0, srcY0, srcX1, srcY1,
522 GLfloat srcX0, GLfloat srcY0, GLfloat srcX1, GLfloat srcY1,
535 &srcX0, &srcY0, &srcX1, &srcY1,
554 srcX0, srcY0, srcX1, srcY1,
577 srcX1, srcY1, dstX0, dstY0, dstX1, dstY1,
587 srcX1, srcY1, dstX0, dstY0, dstX1, dstY1,
657 int srcY1 = srcY0 + height;
668 srcY0 = src_rb->Height - srcY1;
669 srcY1 = tmp
    [all...]
intel_fbo.c 785 GLint srcX1, GLint srcY1,
813 srcY0 - srcY1 == dstY0 - dstY1 &&
815 srcY1 >= srcY0 &&
817 srcY0 >= 0 && srcY1 <= readFb->Height &&
876 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
890 srcX0, srcY0, srcX1, srcY1,
897 srcX0, srcY0, srcX1, srcY1,
909 srcX0, srcY0, srcX1, srcY1,
916 srcX0, srcY0, srcX1, srcY1,
935 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blit.c 112 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
123 const GLint srcHeight = ABS(srcY1 - srcY0);
127 const GLint srcYpos = MIN2(srcY0, srcY1);
132 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0);
513 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
522 const GLint srcHeight = ABS(srcY1 - srcY0);
526 const GLint srcYpos = MIN2(srcY0, srcY1);
531 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0);
644 srcY1 = srcYpos + srcRow1;
647 if (srcY0 == srcBufferY0 && srcY1 == srcBufferY1)
    [all...]
swrast.h 160 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_private.h 102 int srcX1, int srcY1,
pp_run.c 42 int srcX1, int srcY1,
59 blit.src.box.height = srcY1 - srcY0;