Searched refs:DSBCAPS_PRIMARYBUFFER (Results 1 – 11 of 11) sorted by relevance
407 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()
442 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()
563 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()
112 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()
591 bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER|DSBCAPS_LOCHARDWARE|DSBCAPS_CTRL3D; in dsenum_callback()
116 if (lpcDSBufferDesc->dwFlags & DSBCAPS_PRIMARYBUFFER) in IDirectSound8_fnCreateSoundBuffer()
176 return This->dsbd.dwFlags & DSBCAPS_PRIMARYBUFFER ? TRUE : FALSE; in is_primary_buffer()1097 if (!(dsbd->dwFlags & DSBCAPS_PRIMARYBUFFER)) { in IDirectSoundBufferImpl_Create()
137 FE(DSBCAPS_PRIMARYBUFFER) in _dump_DSBCAPS()1523 if (dsbd->dwFlags & DSBCAPS_PRIMARYBUFFER) { in DirectSoundDevice_CreateSoundBuffer()
153 DSBCAPS_PRIMARYBUFFER,0, in DSOUND_PrimaryOpen()
654 buf_desc.dwFlags = DSBCAPS_PRIMARYBUFFER; in DSoundRender_create()
206 #define DSBCAPS_PRIMARYBUFFER 0x00000001 macro