Searched refs:iDepthStencil (Results 1 – 2 of 2) sorted by relevance
663 long Direct3DDevice9Ex::SetDepthStencilSurface(IDirect3DSurface9 *iDepthStencil) in SetDepthStencilSurface() argument665 TRACE("IDirect3DSurface9 *newDepthStencil = 0x%0.8p", iDepthStencil); in SetDepthStencilSurface()667 return Direct3DDevice9::SetDepthStencilSurface(iDepthStencil); in SetDepthStencilSurface()
2685 long Direct3DDevice9::SetDepthStencilSurface(IDirect3DSurface9 *iDepthStencil) in SetDepthStencilSurface() argument2689 TRACE("IDirect3DSurface9 *newDepthStencil = 0x%0.8p", iDepthStencil); in SetDepthStencilSurface()2691 Direct3DSurface9 *depthStencil = static_cast<Direct3DSurface9*>(iDepthStencil); in SetDepthStencilSurface()