Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmipmap.c1550 GLint bytesPerSrcImage, bytesPerDstImage; in make_3d_mipmap() local
1558 bytesPerDstImage = dstWidth * dstHeight * bpt; in make_3d_mipmap()
1652 dst = dstPtr[img] + (bytesPerDstImage - bpt); in make_3d_mipmap()
1686 dst = dstPtr[img] + (bytesPerDstImage - bpt); in make_3d_mipmap()