Searched defs:srccomps (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_s3tc.c | 54 int srccomps = srcFormat == GL_RGB ? 3 : 4; in _mesa_texstore_rgb_dxt1() local
|
H A D | texcompress_s3tc_tmp.h | 910 tx_compress_dxt1(int srccomps, int width, int height, in tx_compress_dxt1() argument 943 tx_compress_dxt3(int srccomps, int width, int height, in tx_compress_dxt3() argument 981 tx_compress_dxt5(int srccomps, int width, int height, in tx_compress_dxt5() argument 1012 tx_compress_dxtn(GLint srccomps, GLint width, GLint height, const GLubyte *srcPixData, GLenum destFormat, GLubyte *dest, GLint dstRowStride) tx_compress_dxtn() argument [all...] |
Completed in 2 milliseconds