HomeSort by relevance Sort by last modified time
    Searched defs:dstY1 (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_cb_blit.c 52 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
63 GLint dstX0, dstY0, dstX1, dstY1;
80 clip.dstY1 = dstY1;
90 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) {
98 (dstY1 != clip.dstY1);
103 dstY1 = drawFB->Height - dstY1;
106 clip.dstY1 = drawFB->Height - clip.dstY1
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta_blit.c 605 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
615 const GLint dstY = MIN2(dstY0, dstY1);
617 const GLint dstH = abs(dstY1 - dstY0);
    [all...]
meta.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp.c 493 GLfloat dstX0, GLfloat dstY0, GLfloat dstX1, GLfloat dstY1,
511 dstX0, dstY0, dstX1, dstY1,
523 GLfloat dstX0, GLfloat dstY0, GLfloat dstX1, GLfloat dstY1,
536 &dstX0, &dstY0, &dstX1, &dstY1,
555 dstX0, dstY0, dstX1, dstY1,
577 srcX1, srcY1, dstX0, dstY0, dstX1, dstY1,
587 srcX1, srcY1, dstX0, dstY0, dstX1, dstY1,
660 int dstY1 = dstY0 + height;
683 dstX0, dstY0, dstX1, dstY1,
710 dstX0, dstY0, dstX1, dstY1,
    [all...]

Completed in 1372 milliseconds