Searched refs:srccomps (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texcompress_s3tc_tmp.h | 906 static void tx_compress_dxtn(GLint srccomps, GLint width, GLint height, const GLubyte *srcPixData, in tx_compress_dxtn() argument 926 srcaddr = srcPixData + j * width * srccomps; in tx_compress_dxtn() 930 extractsrccolors(srcpixels, srcaddr, width, numxpixels, numypixels, srccomps); in tx_compress_dxtn() 932 srcaddr += srccomps * numxpixels; in tx_compress_dxtn() 945 srcaddr = srcPixData + j * width * srccomps; in tx_compress_dxtn() 949 extractsrccolors(srcpixels, srcaddr, width, numxpixels, numypixels, srccomps); in tx_compress_dxtn() 959 srcaddr += srccomps * numxpixels; in tx_compress_dxtn() 972 srcaddr = srcPixData + j * width * srccomps; in tx_compress_dxtn() 976 extractsrccolors(srcpixels, srcaddr, width, numxpixels, numypixels, srccomps); in tx_compress_dxtn() 979 srcaddr += srccomps * numxpixels; in tx_compress_dxtn()
|