Home
last modified time | relevance | path

Searched refs:DSBCAPS_PRIMARYBUFFER (Results 1 – 11 of 11) sorted by relevance

/reactos/modules/rostests/winetests/dsound/
H A Ddsound.c407 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER; in test_primary()
437 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER|DSBCAPS_CTRLVOLUME; in test_primary()
449 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER|DSBCAPS_CTRLVOLUME; in test_primary()
557 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER; in test_primary_secondary()
699 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER; in test_secondary()
985 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER; in test_frequency()
1099 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER; in test_duplicate()
1251 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER; in test_invalid_fmts()
1550 DSBCAPS_PRIMARYBUFFER; in test_hw_buffers()
1564 DSBCAPS_PRIMARYBUFFER; in test_hw_buffers()
H A Ddsound8.c442 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER|DSBCAPS_CTRLVOLUME; in test_primary8()
454 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER|DSBCAPS_CTRLVOLUME; in test_primary8()
558 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER; in test_primary_secondary8()
699 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER; in test_secondary8()
955 DSBCAPS_PRIMARYBUFFER; in test_hw_buffers()
969 DSBCAPS_PRIMARYBUFFER; in test_hw_buffers()
H A Dds3d8.c563 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER; in test_secondary8()
862 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER|DSBCAPS_CTRLVOLUME|DSBCAPS_CTRLPAN; in test_primary8()
943 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER; in test_primary_3d8()
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 Dds3d.c112 FE(DSBCAPS_PRIMARYBUFFER) in getDSBCAPS()
732 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER; in test_secondary()
1022 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER|DSBCAPS_CTRLVOLUME|DSBCAPS_CTRLPAN; in test_primary()
1104 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER; in test_primary_3d()
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 Dpropset.c591 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER|DSBCAPS_LOCHARDWARE|DSBCAPS_CTRL3D; in dsenum_callback()
/reactos/dll/directx/dsound_new/
H A Ddirectsound.c116 if (lpcDSBufferDesc->dwFlags & DSBCAPS_PRIMARYBUFFER) in IDirectSound8_fnCreateSoundBuffer()
/reactos/dll/directx/wine/dsound/
H A Dbuffer.c176 return This->dsbd.dwFlags & DSBCAPS_PRIMARYBUFFER ? TRUE : FALSE; in is_primary_buffer()
1097 if (!(dsbd->dwFlags & DSBCAPS_PRIMARYBUFFER)) { in IDirectSoundBufferImpl_Create()
H A Ddsound.c137 FE(DSBCAPS_PRIMARYBUFFER) in _dump_DSBCAPS()
1523 if (dsbd->dwFlags & DSBCAPS_PRIMARYBUFFER) { in DirectSoundDevice_CreateSoundBuffer()
H A Dprimary.c153 DSBCAPS_PRIMARYBUFFER,0, in DSOUND_PrimaryOpen()
/reactos/dll/directx/wine/quartz/
H A Ddsoundrender.c654 buf_desc.dwFlags = DSBCAPS_PRIMARYBUFFER; in DSoundRender_create()
/reactos/sdk/include/psdk/
H A Ddsound.h206 #define DSBCAPS_PRIMARYBUFFER 0x00000001 macro