Searched refs:pNewZStencil (Results 1 – 5 of 5) sorted by relevance
432 IDirect3DSurface9 *pNewZStencil );
992 IDirect3DSurface9 *pNewZStencil ) in LockDevice9_SetDepthStencilSurface() argument996 r = NineDevice9_SetDepthStencilSurface(This, pNewZStencil); in LockDevice9_SetDepthStencilSurface()
1889 IDirect3DSurface9 *pNewZStencil ) in NineDevice9_SetDepthStencilSurface() argument1891 struct NineSurface9 *ds = NineSurface9(pNewZStencil); in NineDevice9_SetDepthStencilSurface()1892 DBG("This=%p pNewZStencil=%p\n", This, pNewZStencil); in NineDevice9_SetDepthStencilSurface()
197 virtual HRESULT WINAPI SetDepthStencilSurface(IDirect3DSurface9 *pNewZStencil) = 0;785 HRESULT (WINAPI *SetDepthStencilSurface)(IDirect3DDevice9 *This, IDirect3DSurface9 *pNewZStencil);1036 …HRESULT (WINAPI *SetDepthStencilSurface)(IDirect3DDevice9Ex *This, IDirect3DSurface9 *pNewZStencil…
283 …THOD(SetRenderTarget)(THIS_ IDirect3DSurface8* pRenderTarget,IDirect3DSurface8* pNewZStencil) PURE; in DECLARE_INTERFACE_()