Home
last modified time | relevance | path

Searched defs:srccomps (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dtexcompress_s3tc_tmp.h910 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()
Dtexcompress_s3tc.c54 int srccomps = srcFormat == GL_RGB ? 3 : 4; in _mesa_texstore_rgb_dxt1() local