Searched refs:ext_tx_compress_dxtn (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texcompress_s3tc.c | 67 static dxtCompressTexFuncExt ext_tx_compress_dxtn = NULL; variable 93 ext_tx_compress_dxtn = (dxtCompressTexFuncExt) in _mesa_init_texture_s3tc() 100 !ext_tx_compress_dxtn) { in _mesa_init_texture_s3tc() 108 ext_tx_compress_dxtn = NULL; in _mesa_init_texture_s3tc() 161 if (ext_tx_compress_dxtn) { in _mesa_texstore_rgb_dxt1() 162 (*ext_tx_compress_dxtn)(3, srcWidth, srcHeight, pixels, in _mesa_texstore_rgb_dxt1() 219 if (ext_tx_compress_dxtn) { in _mesa_texstore_rgba_dxt1() 220 (*ext_tx_compress_dxtn)(4, srcWidth, srcHeight, pixels, in _mesa_texstore_rgba_dxt1() 276 if (ext_tx_compress_dxtn) { in _mesa_texstore_rgba_dxt3() 277 (*ext_tx_compress_dxtn)(4, srcWidth, srcHeight, pixels, in _mesa_texstore_rgba_dxt3() [all …]
|