Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_s3tc.c67 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 …]