Searched refs:IDirect3DDevice9_SetDepthStencilSurface (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | render.c | 87 IDirect3DDevice9_SetDepthStencilSurface(device, state->depth_stencil); in device_state_restore() 285 hr = IDirect3DDevice9_SetDepthStencilSurface(device, render->depth_stencil); in D3DXRenderToSurface_BeginScene() 665 hr = IDirect3DDevice9_SetDepthStencilSurface(render->device, render->depth_stencil); in D3DXRenderToEnvMap_Face()
|
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | core.c | 1404 hr = IDirect3DDevice9_SetDepthStencilSurface(device, state->depth_stencil); in apply_device_state() 1451 if (SUCCEEDED(hr)) IDirect3DDevice9_SetDepthStencilSurface(device, depth_stencil_surface); in test_ID3DXRenderToSurface_device_state() 1540 IDirect3DDevice9_SetDepthStencilSurface(device, NULL); in test_ID3DXRenderToSurface_device_state() 1794 if (SUCCEEDED(hr)) IDirect3DDevice9_SetDepthStencilSurface(device, depth_stencil_surface); in test_ID3DXRenderToEnvMap() 1807 IDirect3DDevice9_SetDepthStencilSurface(device, NULL); in test_ID3DXRenderToEnvMap()
|
/reactos/sdk/include/psdk/ |
H A D | d3d9.h | 1546 #define IDirect3DDevice9_SetDepthStencilSurface(p,a) (p)->lpVtbl->SetDepthStencil… macro 1668 #define IDirect3DDevice9_SetDepthStencilSurface(p,a) (p)->SetDepthStencilSurface(… macro
|