Searched refs:ppZStencilSurface (Results 1 – 5 of 5) sorted by relevance
436 IDirect3DSurface9 **ppZStencilSurface );
1003 IDirect3DSurface9 **ppZStencilSurface ) in LockDevice9_GetDepthStencilSurface() argument1007 r = NineDevice9_GetDepthStencilSurface(This, ppZStencilSurface); in LockDevice9_GetDepthStencilSurface()
1903 IDirect3DSurface9 **ppZStencilSurface ) in NineDevice9_GetDepthStencilSurface() argument1905 user_assert(ppZStencilSurface, D3DERR_INVALIDCALL); in NineDevice9_GetDepthStencilSurface()1907 *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);
285 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface8** ppZStencilSurface) PURE; in DECLARE_INTERFACE_()