Searched refs:SetDepthStencilSurface (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/src/D3D9/
H A DDirect3DDevice9.hpp146 long __stdcall SetDepthStencilSurface(IDirect3DSurface9 *newDepthStencil);
H A DDirect3DDevice9Ex.hpp96 long __stdcall SetDepthStencilSurface(IDirect3DSurface9 *newDepthStencil);
H A DDirect3DDevice9Ex.cpp663 long Direct3DDevice9Ex::SetDepthStencilSurface(IDirect3DSurface9 *iDepthStencil) function in class:D3D9::Direct3DDevice9Ex
667 return Direct3DDevice9::SetDepthStencilSurface(iDepthStencil);
H A DDirect3DDevice9.cpp2384 SetDepthStencilSurface(autoDepthStencil);
2684 long Direct3DDevice9::SetDepthStencilSurface(IDirect3DSurface9 *iDepthStencil) function in class:D3D9::Direct3DDevice9

Completed in 104 milliseconds