Searched defs:pZStencilSurface (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddevice.c1024 IWineD3DSurface *pZStencilSurface; local
1033 hr=IWineD3DDevice_GetDepthStencilSurface(This->WineD3DDevice,&pZStencilSurface);
1035 IWineD3DSurface_GetParent(pZStencilSurface,(IUnknown**)ppZStencilSurface);
1036 IWineD3DSurface_Release(pZStencilSurface);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.c1503 static HRESULT WINAPI IDirect3DDevice9Impl_SetDepthStencilSurface(LPDIRECT3DDEVICE9EX iface, IDirect3DSurface9* pZStencilSurface) { argument
1509 TRACE("iface %p, depth_stencil %p.\n", iface, pZStencilSurface);
1511 pSurface = (IDirect3DSurface9Impl*)pZStencilSurface;
1520 if (pZStencilSurface) {
1521 IDirect3DSurface9_AddRef(pZStencilSurface);
1532 IWineD3DSurface *pZStencilSurface; local
1542 hr = IWineD3DDevice_GetDepthStencilSurface(This->WineD3DDevice,&pZStencilSurface);
1544 IWineD3DSurface_GetParent(pZStencilSurface,(IUnknown**)ppZStencilSurface);
1545 IWineD3DSurface_Release(pZStencilSurface);

Completed in 62 milliseconds