ReactOS 0.4.16-dev-336-gb667d82
|
Go to the source code of this file.
Macros | |
#define | LOAD_FUNCPTR(f) |
Variables | |
static void * | txc_dxtn_handle |
static void(* | pfetch_2d_texel_rgba_dxt1 )(int srcRowStride, const BYTE *pixData, int i, int j, DWORD *texel) |
static void(* | pfetch_2d_texel_rgba_dxt3 )(int srcRowStride, const BYTE *pixData, int i, int j, DWORD *texel) |
static void(* | pfetch_2d_texel_rgba_dxt5 )(int srcRowStride, const BYTE *pixData, int i, int j, DWORD *texel) |
static void(* | ptx_compress_dxtn )(int comps, int width, int height, const BYTE *srcPixData, GLenum destformat, BYTE *dest, int dstRowStride) |
|
inlinestatic |
Definition at line 97 of file dxtn.c.
Referenced by wined3d_dxt1_decode().
|
inlinestatic |
Definition at line 65 of file dxtn.c.
Referenced by wined3d_dxt1_decode().
|
inlinestatic |
Definition at line 33 of file dxtn.c.
Referenced by wined3d_dxt1_decode().
|
inlinestatic |
Definition at line 161 of file dxtn.c.
Referenced by wined3d_dxt3_decode().
|
inlinestatic |
Definition at line 129 of file dxtn.c.
Referenced by wined3d_dxt3_decode().
|
inlinestatic |
Definition at line 193 of file dxtn.c.
Referenced by wined3d_dxt5_decode().
WINE_DEFAULT_DEBUG_CHANNEL | ( | d3d | ) |
BOOL wined3d_dxt1_decode | ( | const BYTE * | src, |
BYTE * | dst, | ||
DWORD | pitch_in, | ||
DWORD | pitch_out, | ||
enum wined3d_format_id | format, | ||
unsigned int | w, | ||
unsigned int | h | ||
) |
Definition at line 317 of file dxtn.c.
Referenced by convert_dxt1_a1r5g5b5(), convert_dxt1_a4r4g4b4(), convert_dxt1_a8r8g8b8(), convert_dxt1_x1r5g5b5(), convert_dxt1_x4r4g4b4(), and convert_dxt1_x8r8g8b8().
BOOL wined3d_dxt1_encode | ( | const BYTE * | src, |
BYTE * | dst, | ||
DWORD | pitch_in, | ||
DWORD | pitch_out, | ||
enum wined3d_format_id | format, | ||
unsigned int | w, | ||
unsigned int | h | ||
) |
Definition at line 389 of file dxtn.c.
Referenced by convert_a1r5g5b5_dxt1(), convert_a8r8g8b8_dxt1(), convert_x1r5g5b5_dxt1(), and convert_x8r8g8b8_dxt1().
BOOL wined3d_dxt3_decode | ( | const BYTE * | src, |
BYTE * | dst, | ||
DWORD | pitch_in, | ||
DWORD | pitch_out, | ||
enum wined3d_format_id | format, | ||
unsigned int | w, | ||
unsigned int | h | ||
) |
Definition at line 345 of file dxtn.c.
Referenced by convert_dxt3_a4r4g4b4(), convert_dxt3_a8r8g8b8(), convert_dxt3_x4r4g4b4(), and convert_dxt3_x8r8g8b8().
BOOL wined3d_dxt3_encode | ( | const BYTE * | src, |
BYTE * | dst, | ||
DWORD | pitch_in, | ||
DWORD | pitch_out, | ||
enum wined3d_format_id | format, | ||
unsigned int | w, | ||
unsigned int | h | ||
) |
Definition at line 417 of file dxtn.c.
Referenced by convert_a8r8g8b8_dxt3(), and convert_x8r8g8b8_dxt3().
BOOL wined3d_dxt5_decode | ( | const BYTE * | src, |
BYTE * | dst, | ||
DWORD | pitch_in, | ||
DWORD | pitch_out, | ||
enum wined3d_format_id | format, | ||
unsigned int | w, | ||
unsigned int | h | ||
) |
Definition at line 369 of file dxtn.c.
Referenced by convert_dxt5_a8r8g8b8(), and convert_dxt5_x8r8g8b8().
BOOL wined3d_dxt5_encode | ( | const BYTE * | src, |
BYTE * | dst, | ||
DWORD | pitch_in, | ||
DWORD | pitch_out, | ||
enum wined3d_format_id | format, | ||
unsigned int | w, | ||
unsigned int | h | ||
) |
Definition at line 439 of file dxtn.c.
Referenced by convert_a8r8g8b8_dxt5(), and convert_x8r8g8b8_dxt5().
Definition at line 461 of file dxtn.c.
Referenced by wined3d_dll_init().
Definition at line 510 of file dxtn.c.
Referenced by find_converter().
|
inlinestatic |
Definition at line 265 of file dxtn.c.
Referenced by wined3d_dxt1_encode().
|
inlinestatic |
Definition at line 225 of file dxtn.c.
Referenced by wined3d_dxt1_encode(), wined3d_dxt3_encode(), and wined3d_dxt5_encode().
|
static |
Definition at line 27 of file dxtn.c.
Referenced by dxt1_to_x1r5g5b5(), dxt1_to_x4r4g4b4(), and dxt1_to_x8r8g8b8().
|
static |
Definition at line 28 of file dxtn.c.
Referenced by dxt3_to_x4r4g4b4(), and dxt3_to_x8r8g8b8().
|
static |
Definition at line 29 of file dxtn.c.
Referenced by dxt5_to_x8r8g8b8().
|
static |
Definition at line 30 of file dxtn.c.
Referenced by x1r5g5b5_to_dxtn(), and x8r8g8b8_to_dxtn().
|
static |
Definition at line 26 of file dxtn.c.
Referenced by wined3d_dxt1_decode(), wined3d_dxt1_encode(), wined3d_dxt3_decode(), wined3d_dxt3_encode(), wined3d_dxt5_decode(), wined3d_dxt5_encode(), wined3d_dxtn_free(), wined3d_dxtn_init(), and wined3d_dxtn_supported().