Searched refs:dstRowStride (Results 1 – 5 of 5) sorted by relevance
763 GLenum destFormat, GLubyte *dest, GLint dstRowStride) in tx_compress_dxtn() argument776 dstRowDiff = dstRowStride >= (width * 2) ? dstRowStride - (((width + 3) & ~3) * 2) : 0; in tx_compress_dxtn()795 dstRowDiff = dstRowStride >= (width * 4) ? dstRowStride - (((width + 3) & ~3) * 4) : 0; in tx_compress_dxtn()822 dstRowDiff = dstRowStride >= (width * 4) ? dstRowStride - (((width + 3) & ~3) * 4) : 0; in tx_compress_dxtn()
52 GLubyte *dest, GLint dstRowStride);
759 GLenum destFormat, GLubyte *dest, GLint dstRowStride) in tx_compress_dxtn() argument772 dstRowDiff = dstRowStride >= (width * 2) ? dstRowStride - (((width + 3) & ~3) * 2) : 0; in tx_compress_dxtn()791 dstRowDiff = dstRowStride >= (width * 4) ? dstRowStride - (((width + 3) & ~3) * 4) : 0; in tx_compress_dxtn()818 dstRowDiff = dstRowStride >= (width * 4) ? dstRowStride - (((width + 3) & ~3) * 4) : 0; in tx_compress_dxtn()
49 GLubyte *dest, GLint dstRowStride);
31 GLenum destformat, BYTE *dest, int dstRowStride);