Home
last modified time | relevance | path

Searched refs:GetDepthStencilSurface (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp334 long Direct3DDevice9Ex::GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) in GetDepthStencilSurface() function in D3D9::Direct3DDevice9Ex
338 return Direct3DDevice9::GetDepthStencilSurface(depthStencilSurface); in GetDepthStencilSurface()
DDirect3DDevice9Ex.hpp97 long __stdcall GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface);
DDirect3DDevice9.hpp99 long __stdcall GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface);
DDirect3DDevice9.cpp1428 long Direct3DDevice9::GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) in GetDepthStencilSurface() function in D3D9::Direct3DDevice9