Home
last modified time | relevance | path

Searched refs:GetDepthStencilSurface (Results 1 – 8 of 8) 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) override;
DDirect3DDevice9.hpp99 long __stdcall GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) override;
DDirect3DDevice9.cpp1428 long Direct3DDevice9::GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) in GetDepthStencilSurface() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp95 long __stdcall GetDepthStencilSurface(IDirect3DSurface8 **depthStencilSurface) override;
DDirect3DDevice8.cpp1275 long Direct3DDevice8::GetDepthStencilSurface(IDirect3DSurface8 **depthStencilSurface) in GetDepthStencilSurface() function in D3D8::Direct3DDevice8
/external/swiftshader/include/Direct3D/
Dd3d8.h285 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface8** ppZStencilSurface) PURE; in DECLARE_INTERFACE_() local
387 #define IDirect3DDevice8_GetDepthStencilSurface(p,a) (p)->lpVtbl->GetDepthStencilSurface(p,a)
485 #define IDirect3DDevice8_GetDepthStencilSurface(p,a) (p)->GetDepthStencilSurface(a)
/external/mesa3d/include/D3D9/
Dd3d9.h198 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)