Searched defs:dstImgRow (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dmipmap.c1599 GLubyte *dstImgRow = imgDst; local
1605 dstWidthNB, dstImgRow);
1612 dstImgRow += bytesPerDstRow;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c1080 ubyte *dstImgRow = imgDst; local
1086 dstWidth, dstImgRow);
1093 dstImgRow += dstImageStride;

Completed in 52 milliseconds