Searched defs:srccomps (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/mesa3d/src/util/format/ |
H A D | texcompress_s3tc_tmp.h | 906 tx_compress_dxt1(int srccomps, int width, int height, in tx_compress_dxt1() 939 tx_compress_dxt3(int srccomps, int width, int height, in tx_compress_dxt3() 977 tx_compress_dxt5(int srccomps, int width, int height, in tx_compress_dxt5() 1008 tx_compress_dxtn(GLint srccomps, GLint width, GLint height, in tx_compress_dxtn()
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | texcompress_s3tc.c | 55 int srccomps = srcFormat == GL_RGB ? 3 : 4; in _mesa_texstore_rgb_dxt1() local
|