#include <stdint.h>
Go to the source code of this file.
|
void | GetProfile_ultrafast (bc7_enc_settings *settings) |
|
void | GetProfile_veryfast (bc7_enc_settings *settings) |
|
void | GetProfile_fast (bc7_enc_settings *settings) |
|
void | GetProfile_basic (bc7_enc_settings *settings) |
|
void | GetProfile_slow (bc7_enc_settings *settings) |
|
void | GetProfile_alpha_ultrafast (bc7_enc_settings *settings) |
|
void | GetProfile_alpha_veryfast (bc7_enc_settings *settings) |
|
void | GetProfile_alpha_fast (bc7_enc_settings *settings) |
|
void | GetProfile_alpha_basic (bc7_enc_settings *settings) |
|
void | GetProfile_alpha_slow (bc7_enc_settings *settings) |
|
void | GetProfile_bc6h_veryfast (bc6h_enc_settings *settings) |
|
void | GetProfile_bc6h_fast (bc6h_enc_settings *settings) |
|
void | GetProfile_bc6h_basic (bc6h_enc_settings *settings) |
|
void | GetProfile_bc6h_slow (bc6h_enc_settings *settings) |
|
void | GetProfile_bc6h_veryslow (bc6h_enc_settings *settings) |
|
void | GetProfile_etc_slow (etc_enc_settings *settings) |
|
void | GetProfile_astc_fast (astc_enc_settings *settings, int block_width, int block_height) |
|
void | GetProfile_astc_alpha_fast (astc_enc_settings *settings, int block_width, int block_height) |
|
void | GetProfile_astc_alpha_slow (astc_enc_settings *settings, int block_width, int block_height) |
|
void | ReplicateBorders (rgba_surface *dst_slice, const rgba_surface *src_tex, int x, int y, int bpp) |
|
void | CompressBlocksBC1 (const rgba_surface *src, uint8_t *dst) |
|
void | CompressBlocksBC3 (const rgba_surface *src, uint8_t *dst) |
|
void | CompressBlocksBC6H (const rgba_surface *src, uint8_t *dst, bc6h_enc_settings *settings) |
|
void | CompressBlocksBC7 (const rgba_surface *src, uint8_t *dst, bc7_enc_settings *settings) |
|
void | CompressBlocksETC1 (const rgba_surface *src, uint8_t *dst, etc_enc_settings *settings) |
|
void | CompressBlocksASTC (const rgba_surface *src, uint8_t *dst, astc_enc_settings *settings) |
|
◆ CompressBlocksASTC()
◆ CompressBlocksBC1()
void CompressBlocksBC1 |
( |
const rgba_surface * |
src, |
|
|
uint8_t * |
dst |
|
) |
| |
◆ CompressBlocksBC3()
void CompressBlocksBC3 |
( |
const rgba_surface * |
src, |
|
|
uint8_t * |
dst |
|
) |
| |
◆ CompressBlocksBC6H()
◆ CompressBlocksBC7()
◆ CompressBlocksETC1()
◆ GetProfile_alpha_basic()
◆ GetProfile_alpha_fast()
◆ GetProfile_alpha_slow()
◆ GetProfile_alpha_ultrafast()
◆ GetProfile_alpha_veryfast()
◆ GetProfile_astc_alpha_fast()
void GetProfile_astc_alpha_fast |
( |
astc_enc_settings * |
settings, |
|
|
int |
block_width, |
|
|
int |
block_height |
|
) |
| |
◆ GetProfile_astc_alpha_slow()
void GetProfile_astc_alpha_slow |
( |
astc_enc_settings * |
settings, |
|
|
int |
block_width, |
|
|
int |
block_height |
|
) |
| |
◆ GetProfile_astc_fast()
void GetProfile_astc_fast |
( |
astc_enc_settings * |
settings, |
|
|
int |
block_width, |
|
|
int |
block_height |
|
) |
| |
◆ GetProfile_basic()
◆ GetProfile_bc6h_basic()
◆ GetProfile_bc6h_fast()
◆ GetProfile_bc6h_slow()
◆ GetProfile_bc6h_veryfast()
◆ GetProfile_bc6h_veryslow()
◆ GetProfile_etc_slow()
◆ GetProfile_fast()
◆ GetProfile_slow()
◆ GetProfile_ultrafast()
◆ GetProfile_veryfast()
◆ ReplicateBorders()