Home
last modified time | relevance | path

Searched refs:tx_compress_dxtn (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexcompress_s3tc.c87 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()
Dtexcompress_s3tc_tmp.h906 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/
Du_format_s3tc.c39 util_format_dxtn_pack_t util_format_dxtn_pack = (util_format_dxtn_pack_t)tx_compress_dxtn;