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

/external/mesa3d/src/mesa/main/
H A Dmipmap.c1551 GLint bytesPerSrcRow, bytesPerDstRow; local
1561 bytesPerDstRow = dstWidth * bpt;
1592 + bytesPerDstRow * border + bpt * border;
1612 dstImgRow += bytesPerDstRow;
1642 dst = dstPtr[img] + (dstHeight - 1) * bytesPerDstRow;
1674 dst = dstPtr[img] + (dstHeight - 1) * bytesPerDstRow;

Completed in 61 milliseconds