Searched refs:ext_tx_compress_dxtn (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texcompress_s3tc.c | 104 static dxtCompressTexFuncExt ext_tx_compress_dxtn = NULL; variable 131 ext_tx_compress_dxtn = (dxtCompressTexFuncExt) in _mesa_init_texture_s3tc() 138 !ext_tx_compress_dxtn) { in _mesa_init_texture_s3tc() 146 ext_tx_compress_dxtn = NULL; in _mesa_init_texture_s3tc() 197 if (ext_tx_compress_dxtn) { in _mesa_texstore_rgb_dxt1() 198 (*ext_tx_compress_dxtn)(3, srcWidth, srcHeight, pixels, in _mesa_texstore_rgb_dxt1() 250 if (ext_tx_compress_dxtn) { in _mesa_texstore_rgba_dxt1() 251 (*ext_tx_compress_dxtn)(4, srcWidth, srcHeight, pixels, in _mesa_texstore_rgba_dxt1() 302 if (ext_tx_compress_dxtn) { in _mesa_texstore_rgba_dxt3() 303 (*ext_tx_compress_dxtn)(4, srcWidth, srcHeight, pixels, in _mesa_texstore_rgba_dxt3() [all …]
|