#include <assert.h>
#include "types.h"
#include "internal.h"
#include "dxtn.h"
Go to the source code of this file.
Defines |
| #define | GL_COMPRESSED_RGB_S3TC_DXT1_EXT 0x83F0 |
| #define | GL_COMPRESSED_RGBA_S3TC_DXT1_EXT 0x83F1 |
| #define | GL_COMPRESSED_RGBA_S3TC_DXT3_EXT 0x83F2 |
| #define | GL_COMPRESSED_RGBA_S3TC_DXT5_EXT 0x83F3 |
Functions |
| TAPI void TAPIENTRY | fetch_2d_texel_rgb_dxt1 (int texImage_RowStride, const byte *texImage_Data, int i, int j, byte *texel) |
| TAPI void TAPIENTRY | fetch_2d_texel_rgba_dxt1 (int texImage_RowStride, const byte *texImage_Data, int i, int j, byte *texel) |
| TAPI void TAPIENTRY | fetch_2d_texel_rgba_dxt3 (int texImage_RowStride, const byte *texImage_Data, int i, int j, byte *texel) |
| TAPI void TAPIENTRY | fetch_2d_texel_rgba_dxt5 (int texImage_RowStride, const byte *texImage_Data, int i, int j, byte *texel) |
| TAPI void TAPIENTRY | tx_compress_dxtn (int srccomps, int width, int height, const byte *source, int destformat, byte *dest, int destRowStride) |