Searched refs:depthStencilSurface (Results 1 – 6 of 6) sorted by relevance
334 long Direct3DDevice9Ex::GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) in GetDepthStencilSurface() argument336 TRACE("IDirect3DSurface9 **depthStencilSurface = 0x%0.8p", depthStencilSurface); in GetDepthStencilSurface()338 return Direct3DDevice9::GetDepthStencilSurface(depthStencilSurface); in GetDepthStencilSurface()
97 long __stdcall GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) override;
99 long __stdcall GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) override;
1428 long Direct3DDevice9::GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) in GetDepthStencilSurface() argument1432 TRACE("IDirect3DSurface9 **depthStencilSurface = 0x%0.8p", depthStencilSurface); in GetDepthStencilSurface()1434 if(!depthStencilSurface) in GetDepthStencilSurface()1439 *depthStencilSurface = depthStencil; in GetDepthStencilSurface()
95 long __stdcall GetDepthStencilSurface(IDirect3DSurface8 **depthStencilSurface) override;
1275 long Direct3DDevice8::GetDepthStencilSurface(IDirect3DSurface8 **depthStencilSurface) in GetDepthStencilSurface() argument1279 if(!depthStencilSurface) in GetDepthStencilSurface()1284 *depthStencilSurface = depthStencil; in GetDepthStencilSurface()