Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3dx9_36/
H A Dtxc_compress_dxtn.c763 GLenum destFormat, GLubyte *dest, GLint dstRowStride) in tx_compress_dxtn() argument
776 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()
H A Dtxc_dxtn.h52 GLubyte *dest, GLint dstRowStride);
/reactos/dll/3rdparty/dxtn/
H A Dtxc_compress_dxtn.c759 GLenum destFormat, GLubyte *dest, GLint dstRowStride) in tx_compress_dxtn() argument
772 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()
H A Dtxc_dxtn.h49 GLubyte *dest, GLint dstRowStride);
/reactos/dll/directx/wine/wined3d/
H A Ddxtn.c31 GLenum destformat, BYTE *dest, int dstRowStride);