Home
last modified time | relevance | path

Searched refs:depthStencilSurface (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp334 long Direct3DDevice9Ex::GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) in GetDepthStencilSurface() argument
336 TRACE("IDirect3DSurface9 **depthStencilSurface = 0x%0.8p", depthStencilSurface); in GetDepthStencilSurface()
338 return Direct3DDevice9::GetDepthStencilSurface(depthStencilSurface); in GetDepthStencilSurface()
DDirect3DDevice9Ex.hpp97 long __stdcall GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) override;
DDirect3DDevice9.hpp99 long __stdcall GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) override;
DDirect3DDevice9.cpp1428 long Direct3DDevice9::GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) in GetDepthStencilSurface() argument
1432 TRACE("IDirect3DSurface9 **depthStencilSurface = 0x%0.8p", depthStencilSurface); in GetDepthStencilSurface()
1434 if(!depthStencilSurface) in GetDepthStencilSurface()
1439 *depthStencilSurface = depthStencil; in GetDepthStencilSurface()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp95 long __stdcall GetDepthStencilSurface(IDirect3DSurface8 **depthStencilSurface) override;
DDirect3DDevice8.cpp1275 long Direct3DDevice8::GetDepthStencilSurface(IDirect3DSurface8 **depthStencilSurface) in GetDepthStencilSurface() argument
1279 if(!depthStencilSurface) in GetDepthStencilSurface()
1284 *depthStencilSurface = depthStencil; in GetDepthStencilSurface()