Searched refs:pNewZStencil (Results 1 – 4 of 4) sorted by relevance
446 IDirect3DSurface9 *pNewZStencil );
992 IDirect3DSurface9 *pNewZStencil ) in LockDevice9_SetDepthStencilSurface() argument996 r = NineDevice9_SetDepthStencilSurface(This, pNewZStencil); in LockDevice9_SetDepthStencilSurface()
1989 IDirect3DSurface9 *pNewZStencil ) in NineDevice9_SetDepthStencilSurface() argument1991 struct NineSurface9 *ds = NineSurface9(pNewZStencil); in NineDevice9_SetDepthStencilSurface()1992 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…