ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define | D3DERR_INVALIDCALL 0x8876086c |
#define | MAKE_TAG(ch0, ch1, ch2, ch3) |
#define | TAG_Aon9 MAKE_TAG('A', 'o', 'n', '9') |
#define | TAG_DXBC MAKE_TAG('D', 'X', 'B', 'C') |
#define | TAG_ISGN MAKE_TAG('I', 'S', 'G', 'N') |
#define | TAG_OSGN MAKE_TAG('O', 'S', 'G', 'N') |
#define | TAG_PCSG MAKE_TAG('P', 'C', 'S', 'G') |
#define | TAG_RDEF MAKE_TAG('R', 'D', 'E', 'F') |
#define | TAG_SDBG MAKE_TAG('S', 'D', 'B', 'G') |
#define | TAG_SHDR MAKE_TAG('S', 'H', 'D', 'R') |
#define | TAG_SHEX MAKE_TAG('S', 'H', 'E', 'X') |
#define | TAG_STAT MAKE_TAG('S', 'T', 'A', 'T') |
#define | TAG_XNAP MAKE_TAG('X', 'N', 'A', 'P') |
#define | TAG_XNAS MAKE_TAG('X', 'N', 'A', 'S') |
Functions | |
static | HRESULT (WINAPI *pD3DCreateBlob)(SIZE_T |
static void | test_create_blob (void) |
static void | test_get_blob_part (void) |
static void | test_get_blob_part2 (void) |
static BOOL | load_d3dcompiler_43 (void) |
static BOOL | load_d3dcompiler_47 (void) |
static BOOL | create_file (WCHAR *filename, const DWORD *data, DWORD data_size) |
static void | test_D3DReadFileToBlob (void) |
START_TEST (blob) | |
Variables | |
static ID3DBlob **static | SIZE_T |
static ID3DBlob **static | D3D_BLOB_PART |
static ID3DBlob **static | UINT |
static const D3D_BLOB_PART | parts [] |
static DWORD | test_blob_part [] |
static DWORD | test_blob_part2 [] |
static const DWORD | test_cso_data [] |
#define MAKE_TAG | ( | ch0, | |
ch1, | |||
ch2, | |||
ch3 | |||
) |
Definition at line 767 of file blob.c.
Definition at line 744 of file blob.c.
Referenced by START_TEST().
START_TEST | ( | blob | ) |
Definition at line 865 of file blob.c.
Definition at line 57 of file blob.c.
Referenced by START_TEST().
Definition at line 816 of file blob.c.
Referenced by START_TEST().
Definition at line 119 of file blob.c.
Referenced by START_TEST().
Definition at line 594 of file blob.c.
Referenced by START_TEST().
ID3DBlob **static D3D_BLOB_PART |
|
static |
Definition at line 76 of file blob.c.
Referenced by test_get_blob_part(), and test_get_blob_part2().
|
static |
Definition at line 93 of file blob.c.
Referenced by test_get_blob_part().
|
static |
Definition at line 434 of file blob.c.
Referenced by test_get_blob_part2().
Definition at line 795 of file blob.c.
Referenced by test_D3DReadFileToBlob().