HomeSort by relevance Sort by last modified time
    Searched defs:dstY0 (Results 1 - 3 of 3) 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;
78 clip.dstY0 = dstY0;
90 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) {
96 (dstY0 != clip.dstY0) ||
102 dstY0 = drawFB->Height - dstY0;
105 clip.dstY0 = drawFB->Height - clip.dstY0
    [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...]

Completed in 141 milliseconds