Searched refs:dstYpos (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blit.c129 const GLint dstYpos = MIN2(dstY0, dstY1);
262 dstMap = map + dstYpos * rowStride + dstXpos * formatSize;
289 dstXpos, dstYpos,
530 const GLint dstYpos = MIN2(dstY0, dstY1); local in function:blit_linear
631 const GLint dstY = dstYpos + dstRow;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blit.c129 const GLint dstYpos = MIN2(dstY0, dstY1);
262 dstMap = map + dstYpos * rowStride + dstXpos * formatSize;
289 dstXpos, dstYpos,
530 const GLint dstYpos = MIN2(dstY0, dstY1); local in function:blit_linear
631 const GLint dstY = dstYpos + dstRow;

Completed in 4 milliseconds