ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define | ADMITTED_ERROR 0.0001f |
#define | expect_vec4(expected, got) expect_vec4_(__LINE__, expected, got) |
Enumerations | |
enum | cube_coord { XCOORD = 0 , XCOORDINV = 1 , YCOORD = 2 , YCOORDINV = 3 , ZERO = 4 , ONE = 5 , XCOORD = 0 , XCOORDINV = 1 , YCOORD = 2 , YCOORDINV = 3 , ZERO = 4 , ONE = 5 } |
Variables | |
static int | has_2d_dxt1 |
static int | has_2d_dxt3 |
static int | has_2d_dxt5 |
static int | has_cube_dxt5 |
static int | has_3d_dxt3 |
static const unsigned char | dds_16bit [] |
static const unsigned char | dds_24bit [] |
static const unsigned char | dds_cube_map [] |
static const unsigned char | dds_volume_map [] |
static const BYTE | dds_dxt5 [] |
static const BYTE | dds_dxt5_8_8 [] |
static const unsigned char | png_grayscale [] |
#define expect_vec4 | ( | expected, | |
got | |||
) | expect_vec4_(__LINE__, expected, got) |
Definition at line 1061 of file texture.c.
Referenced by test_D3DXFillCubeTexture(), test_D3DXFillTexture(), and test_D3DXFillVolumeTexture().
Definition at line 156 of file texture.c.
Referenced by test_D3DXCreateTextureFromFileInMemory(), and test_texture_shader().
|
inlinestatic |
|
static |
|
static |
Definition at line 1073 of file texture.c.
Referenced by test_D3DXFillTexture().
|
static |
|
static |
|
static |
|
static |
Definition at line 164 of file texture.c.
Referenced by test_D3DXCheckCubeTextureRequirements(), test_D3DXCheckTextureRequirements(), test_D3DXCheckVolumeTextureRequirements(), test_D3DXCreateCubeTextureFromFileInMemoryEx(), test_D3DXCreateTextureFromFileInMemoryEx(), and test_D3DXFilterTexture().
START_TEST | ( | texture | ) |
Definition at line 2557 of file texture.c.
|
static |
Definition at line 486 of file texture.c.
Referenced by START_TEST().
|
static |
Definition at line 187 of file texture.c.
Referenced by START_TEST().
|
static |
Definition at line 587 of file texture.c.
Referenced by START_TEST().
|
static |
Definition at line 2025 of file texture.c.
Referenced by START_TEST().
|
static |
Definition at line 2061 of file texture.c.
Referenced by START_TEST().
|
static |
Definition at line 708 of file texture.c.
Referenced by START_TEST().
|
static |
Definition at line 1601 of file texture.c.
Referenced by START_TEST().
|
static |
Definition at line 1897 of file texture.c.
Referenced by START_TEST().
|
static |
Definition at line 2085 of file texture.c.
Referenced by START_TEST().
|
static |
Definition at line 2127 of file texture.c.
Referenced by START_TEST().
|
static |
Definition at line 1365 of file texture.c.
Referenced by START_TEST().
|
static |
Definition at line 1082 of file texture.c.
Referenced by START_TEST().
|
static |
Definition at line 1489 of file texture.c.
Referenced by START_TEST().
|
static |
Definition at line 915 of file texture.c.
Referenced by START_TEST().
|
static |
Definition at line 2151 of file texture.c.
Referenced by START_TEST().
Definition at line 2333 of file texture.c.
Referenced by START_TEST().
Definition at line 31 of file texture.c.
Referenced by test_D3DXCreateTextureFromFileInMemory(), and test_D3DXCreateTextureFromFileInMemoryEx().
Definition at line 44 of file texture.c.
Referenced by test_D3DXCreateTextureFromFileInMemory(), and test_D3DXCreateTextureFromFileInMemoryEx().
Definition at line 57 of file texture.c.
Referenced by test_D3DXCreateCubeTextureFromFileInMemory(), test_D3DXCreateCubeTextureFromFileInMemoryEx(), and test_D3DXCreateTextureFromFileInMemory().
Definition at line 91 of file texture.c.
Referenced by test_D3DXCreateTextureFromFileInMemory().
Definition at line 104 of file texture.c.
Referenced by test_D3DXCreateTextureFromFileInMemory().
Definition at line 75 of file texture.c.
Referenced by test_D3DXCreateTextureFromFileInMemory(), test_D3DXCreateVolumeTextureFromFileInMemory(), and test_D3DXCreateVolumeTextureFromFileInMemoryEx().
|
static |
Definition at line 28 of file texture.c.
Referenced by START_TEST(), and test_D3DXCheckTextureRequirements().
|
static |
Definition at line 28 of file texture.c.
Referenced by START_TEST(), and test_D3DXCreateTextureFromFileInMemory().
|
static |
Definition at line 28 of file texture.c.
Referenced by START_TEST(), test_D3DXCheckTextureRequirements(), and test_D3DXCreateTextureFromFileInMemory().
|
static |
Definition at line 28 of file texture.c.
Referenced by START_TEST(), and test_D3DXCheckVolumeTextureRequirements().
|
static |
Definition at line 28 of file texture.c.
Referenced by START_TEST(), and test_D3DXCreateTextureFromFileInMemory().
Definition at line 120 of file texture.c.
Referenced by test_D3DXCreateTextureFromFileInMemoryEx().