Searched refs:tx_compress_dxtn (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texcompress_s3tc.c | 87 tx_compress_dxtn(3, srcWidth, srcHeight, pixels, in _mesa_texstore_rgb_dxt1() 140 tx_compress_dxtn(4, srcWidth, srcHeight, pixels, in _mesa_texstore_rgba_dxt1() 192 tx_compress_dxtn(4, srcWidth, srcHeight, pixels, in _mesa_texstore_rgba_dxt3() 244 tx_compress_dxtn(4, srcWidth, srcHeight, pixels, in _mesa_texstore_rgba_dxt5()
|
D | texcompress_s3tc_tmp.h | 906 static void tx_compress_dxtn(GLint srccomps, GLint width, GLint height, const GLubyte *srcPixData, in tx_compress_dxtn() function
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_s3tc.c | 39 util_format_dxtn_pack_t util_format_dxtn_pack = (util_format_dxtn_pack_t)tx_compress_dxtn;
|