Searched refs:dscaps (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/winetests/dsound/ |
H A D | dsound8.c | 45 DSCAPS dscaps; in IDirectSound8_test() local 116 ZeroMemory(&dscaps, sizeof(dscaps)); in IDirectSound8_test() 123 dscaps.dwSize=sizeof(dscaps); in IDirectSound8_test() 381 DSCAPS dscaps; in test_primary8() local 393 ZeroMemory(&dscaps, sizeof(dscaps)); in test_primary8() 394 dscaps.dwSize=sizeof(dscaps); in test_primary8() 529 DSCAPS dscaps; in test_primary_secondary8() local 542 ZeroMemory(&dscaps, sizeof(dscaps)); in test_primary_secondary8() 543 dscaps.dwSize=sizeof(dscaps); in test_primary_secondary8() 683 ZeroMemory(&dscaps, sizeof(dscaps)); in test_secondary8() [all …]
|
H A D | ds3d8.c | 834 DSCAPS dscaps; in test_primary8() local 844 ZeroMemory(&dscaps, sizeof(dscaps)); in test_primary8() 845 dscaps.dwSize=sizeof(dscaps); in test_primary8() 846 rc=IDirectSound8_GetCaps(dso,&dscaps); in test_primary8() 916 DSCAPS dscaps; in test_primary_3d8() local 926 ZeroMemory(&dscaps, sizeof(dscaps)); in test_primary_3d8() 927 dscaps.dwSize=sizeof(dscaps); in test_primary_3d8() 928 rc=IDirectSound8_GetCaps(dso,&dscaps); in test_primary_3d8() 987 DSCAPS dscaps; in test_primary_3d_with_listener8() local 997 ZeroMemory(&dscaps, sizeof(dscaps)); in test_primary_3d_with_listener8() [all …]
|
H A D | dsound.c | 43 DSCAPS dscaps; in IDirectSound_test() local 109 ZeroMemory(&dscaps, sizeof(dscaps)); in IDirectSound_test() 116 dscaps.dwSize=sizeof(dscaps); in IDirectSound_test() 373 ZeroMemory(&dscaps, sizeof(dscaps)); in test_primary() 374 dscaps.dwSize=sizeof(dscaps); in test_primary() 541 ZeroMemory(&dscaps, sizeof(dscaps)); in test_primary_secondary() 542 dscaps.dwSize=sizeof(dscaps); in test_primary_secondary() 683 ZeroMemory(&dscaps, sizeof(dscaps)); in test_secondary() 684 dscaps.dwSize=sizeof(dscaps); in test_secondary() 969 ZeroMemory(&dscaps, sizeof(dscaps)); in test_frequency() [all …]
|
H A D | ds3d.c | 994 DSCAPS dscaps; in test_primary() local 1004 ZeroMemory(&dscaps, sizeof(dscaps)); in test_primary() 1005 dscaps.dwSize=sizeof(dscaps); in test_primary() 1006 rc=IDirectSound_GetCaps(dso,&dscaps); in test_primary() 1077 DSCAPS dscaps; in test_primary_3d() local 1087 ZeroMemory(&dscaps, sizeof(dscaps)); in test_primary_3d() 1088 dscaps.dwSize=sizeof(dscaps); in test_primary_3d() 1089 rc=IDirectSound_GetCaps(dso,&dscaps); in test_primary_3d() 1148 DSCAPS dscaps; in test_primary_3d_with_listener() local 1158 ZeroMemory(&dscaps, sizeof(dscaps)); in test_primary_3d_with_listener() [all …]
|