Searched refs:ppZStencilSurface (Results 1 – 4 of 4) sorted by relevance
450 IDirect3DSurface9 **ppZStencilSurface );
1003 IDirect3DSurface9 **ppZStencilSurface ) in LockDevice9_GetDepthStencilSurface() argument1007 r = NineDevice9_GetDepthStencilSurface(This, ppZStencilSurface); in LockDevice9_GetDepthStencilSurface()
2006 IDirect3DSurface9 **ppZStencilSurface ) in NineDevice9_GetDepthStencilSurface() argument2008 user_assert(ppZStencilSurface, D3DERR_INVALIDCALL); in NineDevice9_GetDepthStencilSurface()2010 *ppZStencilSurface = (IDirect3DSurface9 *)This->state.ds; in NineDevice9_GetDepthStencilSurface()
198 virtual HRESULT WINAPI GetDepthStencilSurface(IDirect3DSurface9 **ppZStencilSurface) = 0;786 …LT (WINAPI *GetDepthStencilSurface)(IDirect3DDevice9 *This, IDirect3DSurface9 **ppZStencilSurface);1037 … (WINAPI *GetDepthStencilSurface)(IDirect3DDevice9Ex *This, IDirect3DSurface9 **ppZStencilSurface);