Searched refs:dstImgRow (Results 1 - 4 of 4) sorted by relevance

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

Completed in 159 milliseconds