Home
last modified time | relevance | path

Searched refs:DSBCAPS_CTRL3D (Results 1 – 9 of 9) sorted by relevance

/reactos/modules/rostests/winetests/dsound/
H A Dds3d.c116 FE(DSBCAPS_CTRL3D) in getDSBCAPS()
734 bufdesc.dwFlags|=DSBCAPS_CTRL3D; in test_secondary()
798 bufdesc.dwFlags|=DSBCAPS_CTRL3D; in test_secondary()
1115 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER|DSBCAPS_CTRL3D; in test_primary_3d()
1174 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER|DSBCAPS_CTRL3D; in test_primary_3d_with_listener()
H A Dds3d8.c565 bufdesc.dwFlags|=DSBCAPS_CTRL3D; in test_secondary8()
630 bufdesc.dwFlags|=DSBCAPS_CTRL3D; in test_secondary8()
954 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER|DSBCAPS_CTRL3D; in test_primary_3d8()
1013 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER|DSBCAPS_CTRL3D; in test_primary_3d_with_listener8()
H A Dpropset.c591 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER|DSBCAPS_LOCHARDWARE|DSBCAPS_CTRL3D; in dsenum_callback()
H A Ddsound8.c327 bufdesc.dwFlags=DSBCAPS_GETCURRENTPOSITION2 | DSBCAPS_CTRL3D; in test_dsound8()
H A Ddsound.c320 bufdesc.dwFlags=DSBCAPS_GETCURRENTPOSITION2 | DSBCAPS_CTRL3D; in test_dsound()
/reactos/dll/directx/wine/dsound/
H A Dbuffer.c216 if (This->dsbd.dwFlags & DSBCAPS_CTRL3D) { in IDirectSoundBufferImpl_SetVolume()
639 (This->dsbd.dwFlags & DSBCAPS_CTRL3D)) { in IDirectSoundBufferImpl_SetPan()
1071 if (dsb->dsbd.dwFlags & DSBCAPS_CTRL3D) { in IDirectSoundBufferImpl_Create()
H A Ddsound.c141 FE(DSBCAPS_CTRL3D) in _dump_DSBCAPS()
1606 if (from8 && (dsbd->dwFlags & DSBCAPS_CTRL3D) && (dsbd->lpwfxFormat->nChannels != 1)) { in DirectSoundDevice_CreateSoundBuffer()
H A Dmixer.c427 !(dsb->dsbd.dwFlags & DSBCAPS_CTRL3D)) in DSOUND_MixerVol()
/reactos/sdk/include/psdk/
H A Ddsound.h210 #define DSBCAPS_CTRL3D 0x00000010 macro