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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmipmap.c1576 GLint bytesPerSrcImage, bytesPerDstImage; local in function:make_3d_mipmap
1582 bytesPerDstImage = dstRowStride * dstHeight * bpt;
1673 dst = dstPtr[img] + (bytesPerDstImage - bpt);
1707 dst = dstPtr[img] + (bytesPerDstImage - bpt);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmipmap.c1576 GLint bytesPerSrcImage, bytesPerDstImage; local in function:make_3d_mipmap
1582 bytesPerDstImage = dstRowStride * dstHeight * bpt;
1673 dst = dstPtr[img] + (bytesPerDstImage - bpt);
1707 dst = dstPtr[img] + (bytesPerDstImage - bpt);

Completed in 15 milliseconds