mirror of
https://github.com/reactos/reactos.git
synced 2025-08-11 08:55:38 +00:00
update dxhaltest with some new test, Thuse test are not 100% correct in all case. some error should be supress when it been run in vmware with windows or reactos
svn path=/trunk/; revision=26718
This commit is contained in:
parent
a3d6e8f3e9
commit
62ae8a3919
9 changed files with 539 additions and 114 deletions
|
@ -3,17 +3,16 @@
|
|||
HANDLE test_NtGdiDdCreateDirectDrawObject();
|
||||
void test_NtGdiDdDeleteDirectDrawObject(HANDLE hDirectDrawLocal);
|
||||
void test_NtGdiDdQueryDirectDrawObject( HANDLE hDirectDrawLocal);
|
||||
void test_NtGdiDdGetScanLine(HANDLE hDirectDrawLocal);
|
||||
void test_NtGdiDdWaitForVerticalBlank(HANDLE hDirectDrawLocal);
|
||||
void test_NtGdiDdCanCreateSurface(HANDLE hDirectDrawLocal);
|
||||
|
||||
|
||||
void dump_halinfo(DD_HALINFO *pHalInfo, char *text);
|
||||
void dump_CallBackFlags(DWORD *pCallBackFlags, char *text);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#define testing_eq(input,value,counter,text) \
|
||||
if (input == value) \
|
||||
{ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue