#include "platform/CCStdC.h"Enumerations | |
| enum | S3TCDecodeFlag { DXT1 = 1, DXT3 = 3, DXT5 = 5 } |
Functions | |
| void | (uint8_t *encode_data, uint8_t *decode_data, const int pixelsWidth, const int pixelsHeight, S3TCDecodeFlag decodeFlag) |
| local | ( local encode_data, local decode_data, local pixelsWidth, local pixelsHeight, local decodeFlag) |
|
strong |
|
strong |
|
strong |
| void s3tc_decode | ( | uint8_t * | encode_data, |
| uint8_t * | decode_data, | ||
| const int | pixelsWidth, | ||
| const int | pixelsHeight, | ||
| S3TCDecodeFlag | decodeFlag | ||
| ) |
| var s3tc_decode | ( | var | encode_data, |
| var | decode_data, | ||
| var | pixelsWidth, | ||
| var | pixelsHeight, | ||
| var | decodeFlag | ||
| ) |
| local s3tc_decode | ( | local | encode_data, |
| local | decode_data, | ||
| local | pixelsWidth, | ||
| local | pixelsHeight, | ||
| local | decodeFlag | ||
| ) |