Home
last modified time | relevance | path

Searched refs:IDirect3D2_Release (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/winetests/d3drm/
H A Dd3drm.c5364 IDirect3D2_Release(d3d); in create_device2()
5407 IDirect3D2_Release(d3d2); in test_create_device_from_d3d2()
5558 while (IDirect3D2_Release(d3d2) > d3d_ref2); in test_create_device_from_d3d2()
5581 while (IDirect3D2_Release(temp_d3d2) >= ref5); in test_create_device_from_d3d2()
5646 IDirect3D2_Release(d3d2); in test_create_device_from_d3d2()
5690 IDirect3D2_Release(d3d2); in test_create_device_from_d3d3()
5839 while (IDirect3D2_Release(d3d2) > d3d_ref2); in test_create_device_from_d3d3()
5862 while (IDirect3D2_Release(temp_d3d2) >= ref5); in test_create_device_from_d3d3()
5927 IDirect3D2_Release(d3d2); in test_create_device_from_d3d3()
6691 IDirect3D2_Release(d3d); in create_device2_without_ds()
[all …]
/reactos/dll/directx/wine/d3drm/
H A Ddevice.c178 IDirect3D2_Release(d3d2); in d3drm_device_init()
/reactos/sdk/include/psdk/
H A Dd3d.h280 #define IDirect3D2_Release(p) (p)->lpVtbl->Release(p) macro
292 #define IDirect3D2_Release(p) (p)->Release() macro