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

/external/swiftshader/src/D3D9/
H A DDirect3DDevice9Ex.cpp334 long Direct3DDevice9Ex::GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) argument
336 TRACE("IDirect3DSurface9 **depthStencilSurface = 0x%0.8p", depthStencilSurface);
338 return Direct3DDevice9::GetDepthStencilSurface(depthStencilSurface);
H A DDirect3DDevice9.hpp99 long __stdcall GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface);
H A DDirect3DDevice9Ex.hpp97 long __stdcall GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface);
H A DDirect3DDevice9.cpp1428 long Direct3DDevice9::GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) argument
1432 TRACE("IDirect3DSurface9 **depthStencilSurface = 0x%0.8p", depthStencilSurface);
1434 if(!depthStencilSurface)
1439 *depthStencilSurface = depthStencil;

Completed in 70 milliseconds