Home
last modified time | relevance | path

Searched refs:DSBCAPS_LOCSOFTWARE (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/directx/wine/dsound/
H A Ddsound.c140 FE(DSBCAPS_LOCSOFTWARE) in _dump_DSBCAPS()
1538 device->primary->dsbd.dwFlags &= ~(DSBCAPS_LOCHARDWARE | DSBCAPS_LOCSOFTWARE); in DirectSoundDevice_CreateSoundBuffer()
1542 device->primary->dsbd.dwFlags |= DSBCAPS_LOCSOFTWARE; in DirectSoundDevice_CreateSoundBuffer()
H A Dbuffer.c824 else caps->dwFlags |= DSBCAPS_LOCSOFTWARE; in IDirectSoundBufferImpl_GetCaps()
/reactos/modules/rostests/winetests/dsound/
H A Ddsound8.c968 bufdesc.dwFlags = DSBCAPS_GETCURRENTPOSITION2 | DSBCAPS_LOCSOFTWARE | in test_hw_buffers()
H A Dds3d.c115 FE(DSBCAPS_LOCSOFTWARE) in getDSBCAPS()
H A Ddsound.c1563 bufdesc.dwFlags = DSBCAPS_GETCURRENTPOSITION2 | DSBCAPS_LOCSOFTWARE | in test_hw_buffers()
/reactos/sdk/include/psdk/
H A Ddsound.h209 #define DSBCAPS_LOCSOFTWARE 0x00000008 macro