ReactOS 0.4.16-dev-297-gc569aee
|
#include "initguid.h"
#include "d3dcompiler.h"
#include "wine/test.h"
#include "d3d10.h"
#include "d3d10_1shader.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define | D3DERR_INVALIDCALL 0x8876086c |
Functions | |
static | HRESULT (WINAPI *pD3DReflect)(const void * |
static void | test_reflection_references (void) |
static void | test_reflection_desc_vs (void) |
static void | test_reflection_desc_ps (void) |
static void | test_reflection_desc_ps_output (void) |
static void | test_reflection_bound_resources (void) |
static void | test_reflection_constant_buffer (void) |
static BOOL | load_d3dcompiler (void) |
START_TEST (reflection) | |
#define COBJMACROS |
Definition at line 25 of file reflection.c.
#define D3DERR_INVALIDCALL 0x8876086c |
Definition at line 41 of file reflection.c.
Definition at line 1519 of file reflection.c.
Referenced by START_TEST().
START_TEST | ( | reflection | ) |
Definition at line 1529 of file reflection.c.
Definition at line 1016 of file reflection.c.
Referenced by START_TEST().
Definition at line 1224 of file reflection.c.
Referenced by START_TEST().
Definition at line 583 of file reflection.c.
Referenced by START_TEST().
Definition at line 902 of file reflection.c.
Referenced by START_TEST().
Definition at line 296 of file reflection.c.
Referenced by START_TEST().
Definition at line 81 of file reflection.c.
Referenced by START_TEST().
Definition at line 1204 of file reflection.c.
REFIID |
Definition at line 43 of file reflection.c.
Definition at line 46 of file reflection.c.
Referenced by test_reflection_constant_buffer(), test_reflection_desc_ps(), and test_reflection_desc_vs().
Definition at line 43 of file reflection.c.
|
static |
Definition at line 63 of file reflection.c.
Referenced by test_reflection_references().
|
static |
Definition at line 973 of file reflection.c.
Referenced by test_reflection_bound_resources().
|
static |
Definition at line 1008 of file reflection.c.
Referenced by test_reflection_bound_resources().
|
static |
Definition at line 1149 of file reflection.c.
Referenced by test_reflection_constant_buffer().
|
static |
Definition at line 1197 of file reflection.c.
Referenced by test_reflection_constant_buffer().
|
static |
Definition at line 1215 of file reflection.c.
Referenced by test_reflection_constant_buffer().
const struct { ... } test_reflection_constant_buffer_variable_result[] |
Referenced by test_reflection_constant_buffer().
|
static |
Definition at line 489 of file reflection.c.
Referenced by test_reflection_desc_ps().
Definition at line 883 of file reflection.c.
Referenced by test_reflection_desc_ps_output().
Definition at line 732 of file reflection.c.
Definition at line 758 of file reflection.c.
Definition at line 786 of file reflection.c.
Definition at line 814 of file reflection.c.
Definition at line 841 of file reflection.c.
Definition at line 866 of file reflection.c.
|
static |
Definition at line 892 of file reflection.c.
Referenced by test_reflection_desc_ps_output().
|
static |
Definition at line 563 of file reflection.c.
Referenced by test_reflection_desc_ps().
|
static |
Definition at line 575 of file reflection.c.
Referenced by test_reflection_desc_ps().
|
static |
Definition at line 199 of file reflection.c.
Referenced by test_reflection_desc_vs().
|
static |
Definition at line 262 of file reflection.c.
Referenced by test_reflection_desc_vs().
|
static |
Definition at line 281 of file reflection.c.
Referenced by test_reflection_desc_vs().
Definition at line 1205 of file reflection.c.