Home
last modified time | relevance | path

Searched refs:iDepthStencil (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp663 long Direct3DDevice9Ex::SetDepthStencilSurface(IDirect3DSurface9 *iDepthStencil) in SetDepthStencilSurface() argument
665 TRACE("IDirect3DSurface9 *newDepthStencil = 0x%0.8p", iDepthStencil); in SetDepthStencilSurface()
667 return Direct3DDevice9::SetDepthStencilSurface(iDepthStencil); in SetDepthStencilSurface()
DDirect3DDevice9.cpp2685 long Direct3DDevice9::SetDepthStencilSurface(IDirect3DSurface9 *iDepthStencil) in SetDepthStencilSurface() argument
2689 TRACE("IDirect3DSurface9 *newDepthStencil = 0x%0.8p", iDepthStencil); in SetDepthStencilSurface()
2691 Direct3DSurface9 *depthStencil = static_cast<Direct3DSurface9*>(iDepthStencil); in SetDepthStencilSurface()