Home
last modified time | relevance | path

Searched refs:primary (Results 1 – 25 of 74) sorted by relevance

123

/reactos/modules/rostests/winetests/dsound/
H A Ddsound.c390 "dsbo=%p\n",rc,primary); in test_primary()
394 primary=NULL; in test_primary()
400 "primary=%p\n",rc,primary); in test_primary()
404 primary=NULL; in test_primary()
412 "primary=%p\n",rc,primary); in test_primary()
416 primary=NULL; in test_primary()
424 "primary=%p\n",rc,primary); in test_primary()
434 primary=NULL; in test_primary()
446 primary=NULL; in test_primary()
559 ok(rc==DS_OK && primary!=NULL, in test_primary_secondary()
[all …]
H A Dds3d8.c786 if (primary) { in test_secondary8()
832 LPDIRECTSOUNDBUFFER primary=NULL; in test_primary8() local
859 primary=NULL; in test_primary8()
914 LPDIRECTSOUNDBUFFER primary=NULL; in test_primary_3d8() local
940 primary=NULL; in test_primary_3d8()
947 if (rc==DS_OK && primary!=NULL) { in test_primary_3d8()
951 primary=NULL; in test_primary_3d8()
985 LPDIRECTSOUNDBUFFER primary=NULL; in test_primary_3d_with_listener8() local
1010 primary=NULL; in test_primary_3d_with_listener8()
1033 ok(temp_buffer==primary,"COM interface broken: %p != %p\n",temp_buffer,primary); in test_primary_3d_with_listener8()
[all …]
H A Dds3d.c946 if (primary) { in test_secondary()
992 LPDIRECTSOUNDBUFFER primary=NULL; in test_primary() local
1019 primary=NULL; in test_primary()
1075 LPDIRECTSOUNDBUFFER primary=NULL; in test_primary_3d() local
1101 primary=NULL; in test_primary_3d()
1108 if (rc==DS_OK && primary!=NULL) { in test_primary_3d()
1112 primary=NULL; in test_primary_3d()
1146 LPDIRECTSOUNDBUFFER primary=NULL; in test_primary_3d_with_listener() local
1171 primary=NULL; in test_primary_3d_with_listener()
1191 ok(temp_buffer==primary, in test_primary_3d_with_listener()
[all …]
H A Ddsound8.c411 rc,primary); in test_primary8()
420 "dsbo=%p\n",rc,primary); in test_primary8()
429 "primary=%p\n",rc,primary); in test_primary8()
439 primary=NULL; in test_primary8()
448 if (rc==DS_OK && primary!=NULL) in test_primary8()
451 primary=NULL; in test_primary8()
560 ok(rc==DS_OK && primary!=NULL, in test_primary_secondary8()
564 if (rc==DS_OK && primary!=NULL) { in test_primary_secondary8()
701 ok(rc==DS_OK && primary!=NULL, in test_secondary8()
705 if (rc==DS_OK && primary!=NULL) { in test_secondary8()
[all …]
H A Dpropset.c558 LPDIRECTSOUNDBUFFER primary=NULL,secondary=NULL; in dsenum_callback() local
588 primary=NULL; in dsenum_callback()
592 rc=IDirectSound_CreateSoundBuffer(dso,&bufdesc,&primary,NULL); in dsenum_callback()
593 ok((rc==DS_OK&&primary!=NULL) in dsenum_callback()
601 if (rc==DS_OK&&primary!=NULL) { in dsenum_callback()
692 ref=IDirectSoundBuffer_Release(primary); in dsenum_callback()
/reactos/modules/rostests/winetests/user32/
H A Dmonitor.c68 char *primary = (char *)lparam; in monitor_enum_proc() local
74 strcpy(primary, mi.szDevice); in monitor_enum_proc()
452 HMONITOR monitor, primary, nearest; in test_monitors() local
503 …ok( monitor == primary, "got %p, should get primary %p for MONITOR_DEFAULTTOPRIMARY\n", monitor, p… in test_monitors()
509 ok( monitor == primary, "got %p, should get primary %p\n", monitor, primary ); in test_monitors()
512 ok( monitor == primary, "got %p, should get primary %p\n", monitor, primary ); in test_monitors()
515 ok( monitor == primary, "got %p, should get primary %p\n", monitor, primary ); in test_monitors()
520 ok( monitor == primary, "got %p, should get primary %p\n", monitor, primary ); in test_monitors()
525 ok( monitor == primary, "got %p, should get primary %p\n", monitor, primary ); in test_monitors()
541 nearest = primary; in test_monitors()
[all …]
/reactos/dll/directx/wine/ddraw/
H A Dpalette.c97 if ((palette->flags & DDPCAPS_PRIMARYSURFACE) && palette->ddraw->primary) in ddraw_palette_Release()
98 palette->ddraw->primary->palette = NULL; in ddraw_palette_Release()
179 ddraw_surface_update_frontbuffer(palette->ddraw->primary, NULL, FALSE); in ddraw_palette_SetEntries()
/reactos/dll/directx/wine/dsound/
H A Ddsound.c1239 if (device->primary) { in DirectSoundDevice_Release()
1241 IDirectSoundBuffer8_Release((LPDIRECTSOUNDBUFFER8)device->primary); in DirectSoundDevice_Release()
1530 if (device->primary) { in DirectSoundDevice_CreateSoundBuffer()
1532 IDirectSoundBuffer_AddRef((LPDIRECTSOUNDBUFFER8)(device->primary)); in DirectSoundDevice_CreateSoundBuffer()
1533 *ppdsb = (LPDIRECTSOUNDBUFFER)(device->primary); in DirectSoundDevice_CreateSoundBuffer()
1535 hres = primarybuffer_create(device, &device->primary, dsbd); in DirectSoundDevice_CreateSoundBuffer()
1536 if (device->primary) { in DirectSoundDevice_CreateSoundBuffer()
1537 *ppdsb = (IDirectSoundBuffer*)&device->primary->IDirectSoundBuffer8_iface; in DirectSoundDevice_CreateSoundBuffer()
1540 device->primary->dsbd.dwFlags |= DSBCAPS_LOCHARDWARE; in DirectSoundDevice_CreateSoundBuffer()
1542 device->primary->dsbd.dwFlags |= DSBCAPS_LOCSOFTWARE; in DirectSoundDevice_CreateSoundBuffer()
[all …]
H A DCMakeLists.txt18 primary.c
H A Dsound3d.c746 *ppobj = &This->device->primary->IDirectSoundBuffer8_iface; in IDirectSound3DListenerImpl_QueryInterface()
747 IDirectSoundBuffer8_AddRef(&This->device->primary->IDirectSoundBuffer8_iface); in IDirectSound3DListenerImpl_QueryInterface()
763 InterlockedIncrement(&This->device->primary->numIfaces); in IDirectSound3DListenerImpl_AddRef()
776 if (!InterlockedDecrement(&This->device->primary->numIfaces)) in IDirectSound3DListenerImpl_Release()
777 primarybuffer_destroy(This->device->primary); in IDirectSound3DListenerImpl_Release()
/reactos/dll/directx/dsound_new/
H A DCMakeLists.txt14 primary.c
/reactos/sdk/tools/isohybrid/
H A Disohybrid.c831 initialise_gpt(uint8_t *gpt, uint32_t current, uint32_t alternate, int primary) in initialise_gpt() argument
843 if (primary) { in initialise_gpt()
856 if (primary) in initialise_gpt()
864 if (primary) in initialise_gpt()
870 if (primary) { in initialise_gpt()
/reactos/dll/cpl/main/lang/
H A Dhe-IL.rc57 CHECKBOX "&Switch primary and secondary buttons", IDC_SWAP_MOUSE_BUTTONS, 10, 18, 156, 10
59 …LTEXT "Select this checkbox to make the right mouse button the one used for primary functions such…
H A Den-US.rc55 CHECKBOX "&Switch primary and secondary buttons", IDC_SWAP_MOUSE_BUTTONS, 10, 18, 156, 10
57 …LTEXT "Select this checkbox to make the right mouse button the one used for primary functions such…
H A Dsk-SK.rc60 CHECKBOX "&Switch primary and secondary buttons", IDC_SWAP_MOUSE_BUTTONS, 10, 18, 156, 10
62 …LTEXT "Select this checkbox to make the right mouse button the one used for primary functions such…
/reactos/base/applications/network/telnet/doc/
H A Dssh.txt22 …d under the MIT license, which seems to be compatible with the GPL. The primary advantage of inte…
/reactos/dll/win32/netcfgx/lang/
H A Dhe-IL.rc83 …CONTROL "Append &primary and connection specific DNS suffixes", IDC_PRIMSUFFIX, "BUTTON", BS_AUTOR…
84 …CHECKBOX "Append parent suffi&xes of the primary DNS suffix", IDC_TOPPRIMSUFFIX, 15, 102, 220, 12,…
H A Dja-JP.rc83 …CONTROL "Append &primary and connection specific DNS suffixes", IDC_PRIMSUFFIX, "BUTTON", BS_AUTOR…
84 …CHECKBOX "Append parent suffi&xes of the primary DNS suffix", IDC_TOPPRIMSUFFIX, 15, 102, 220, 12,…
H A Del-GR.rc83 …CONTROL "Append &primary and connection specific DNS suffixes", IDC_PRIMSUFFIX, "BUTTON", BS_AUTOR…
84 …CHECKBOX "Append parent suffi&xes of the primary DNS suffix", IDC_TOPPRIMSUFFIX, 15, 102, 220, 12,…
H A Dhu-HU.rc83 …CONTROL "Append &primary and connection specific DNS suffixes", IDC_PRIMSUFFIX, "BUTTON", BS_AUTOR…
84 …CHECKBOX "Append parent suffi&xes of the primary DNS suffix", IDC_TOPPRIMSUFFIX, 15, 102, 220, 12,…
H A Did-ID.rc83 …CONTROL "Append &primary and connection specific DNS suffixes", IDC_PRIMSUFFIX, "BUTTON", BS_AUTOR…
84 …CHECKBOX "Append parent suffi&xes of the primary DNS suffix", IDC_TOPPRIMSUFFIX, 15, 102, 220, 12,…
H A Dnl-NL.rc83 …CONTROL "Append &primary and connection specific DNS suffixes", IDC_PRIMSUFFIX, "BUTTON", BS_AUTOR…
84 …CHECKBOX "Append parent suffi&xes of the primary DNS suffix", IDC_TOPPRIMSUFFIX, 15, 102, 220, 12,…
H A Dsk-SK.rc83 …CONTROL "Append &primary and connection specific DNS suffixes", IDC_PRIMSUFFIX, "BUTTON", BS_AUTOR…
84 …CHECKBOX "Append parent suffi&xes of the primary DNS suffix", IDC_TOPPRIMSUFFIX, 15, 102, 220, 12,…
H A Dsv-SE.rc83 …CONTROL "Append &primary and connection specific DNS suffixes", IDC_PRIMSUFFIX, "BUTTON", BS_AUTOR…
84 …CHECKBOX "Append parent suffi&xes of the primary DNS suffix", IDC_TOPPRIMSUFFIX, 15, 102, 220, 12,…
/reactos/boot/freeldr/
H A Dnotes.txt49 primary loader to load FREELDR.SYS at 0x200000 (needs to be above 1MB). Control

123