Home
last modified time | relevance | path

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

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