Searched refs:GetDepthStencilSurface (Results 1 – 8 of 8) sorted by relevance
334 long Direct3DDevice9Ex::GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) in GetDepthStencilSurface() function in D3D9::Direct3DDevice9Ex338 return Direct3DDevice9::GetDepthStencilSurface(depthStencilSurface); in GetDepthStencilSurface()
97 long __stdcall GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) override;
99 long __stdcall GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) override;
1428 long Direct3DDevice9::GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) in GetDepthStencilSurface() function in D3D9::Direct3DDevice9
95 long __stdcall GetDepthStencilSurface(IDirect3DSurface8 **depthStencilSurface) override;
1275 long Direct3DDevice8::GetDepthStencilSurface(IDirect3DSurface8 **depthStencilSurface) in GetDepthStencilSurface() function in D3D8::Direct3DDevice8
285 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface8** ppZStencilSurface) PURE; in DECLARE_INTERFACE_() local387 #define IDirect3DDevice8_GetDepthStencilSurface(p,a) (p)->lpVtbl->GetDepthStencilSurface(p,a)485 #define IDirect3DDevice8_GetDepthStencilSurface(p,a) (p)->GetDepthStencilSurface(a)
198 virtual HRESULT WINAPI GetDepthStencilSurface(IDirect3DSurface9 **ppZStencilSurface) = 0;786 …HRESULT (WINAPI *GetDepthStencilSurface)(IDirect3DDevice9 *This, IDirect3DSurface9 **ppZStencilSur…913 #define IDirect3DDevice9_GetDepthStencilSurface(p,a) (p)->lpVtbl->GetDepthStencilSurface(p,a)1037 …HRESULT (WINAPI *GetDepthStencilSurface)(IDirect3DDevice9Ex *This, IDirect3DSurface9 **ppZStencilS…1180 #define IDirect3DDevice9Ex_GetDepthStencilSurface(p,a) (p)->lpVtbl->GetDepthStencilSurface(p,a)