Searched refs:bytesPerDstRow (Results 1 – 1 of 1) sorted by relevance
1551 GLint bytesPerSrcRow, bytesPerDstRow; in make_3d_mipmap() local1561 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()