ReactOS 0.4.16-dev-1308-gbf734eb
|
Go to the source code of this file.
Macros | |
#define | WIDTH 800 |
#define | HEIGHT 600 |
Functions | |
BOOL | D3D7Test (GUID *lpDevice, HWND hWnd) |
BOOL | D3D8Test (GUID *lpDevice, HWND hWnd) |
BOOL | D3D9Test (GUID *lpDevice, HWND hWnd) |
BOOL | StartD3DTest (GUID *lpDevice, HWND hWnd, HINSTANCE hInstance, WCHAR *pszCaption, INT TestNr) |
static LRESULT CALLBACK | WindowProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
VOID | D3DTests (GUID *lpDevice) |
Definition at line 11 of file d3dtest7.c.
Referenced by StartD3DTest().
Definition at line 73 of file d3dtest.c.
Referenced by DisplayPageWndProc().
BOOL StartD3DTest | ( | GUID * | lpDevice, |
HWND | hWnd, | ||
HINSTANCE | hInstance, | ||
WCHAR * | pszCaption, | ||
INT | TestNr | ||
) |
Definition at line 20 of file d3dtest.c.
Referenced by D3DTests().