Searched defs:srccomps (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | texcompress_s3tc_tmp.h | 910 tx_compress_dxt1(int srccomps, int width, int height, in tx_compress_dxt1() 943 tx_compress_dxt3(int srccomps, int width, int height, in tx_compress_dxt3() 981 tx_compress_dxt5(int srccomps, int width, int height, in tx_compress_dxt5() 1012 tx_compress_dxtn(GLint srccomps, GLint width, GLint height, in tx_compress_dxtn()
|
D | texcompress_s3tc.c | 54 int srccomps = srcFormat == GL_RGB ? 3 : 4; in _mesa_texstore_rgb_dxt1() local
|