Home
last modified time | relevance | path

Searched refs:pNewZStencil (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/frontends/nine/
Ddevice9.h446 IDirect3DSurface9 *pNewZStencil );
Dnine_lock.c992 IDirect3DSurface9 *pNewZStencil ) in LockDevice9_SetDepthStencilSurface() argument
996 r = NineDevice9_SetDepthStencilSurface(This, pNewZStencil); in LockDevice9_SetDepthStencilSurface()
Ddevice9.c1989 IDirect3DSurface9 *pNewZStencil ) in NineDevice9_SetDepthStencilSurface() argument
1991 struct NineSurface9 *ds = NineSurface9(pNewZStencil); in NineDevice9_SetDepthStencilSurface()
1992 DBG("This=%p pNewZStencil=%p\n", This, pNewZStencil); in NineDevice9_SetDepthStencilSurface()
/external/mesa3d/include/D3D9/
Dd3d9.h197 virtual HRESULT WINAPI SetDepthStencilSurface(IDirect3DSurface9 *pNewZStencil) = 0;
785 HRESULT (WINAPI *SetDepthStencilSurface)(IDirect3DDevice9 *This, IDirect3DSurface9 *pNewZStencil);
1036 …HRESULT (WINAPI *SetDepthStencilSurface)(IDirect3DDevice9Ex *This, IDirect3DSurface9 *pNewZStencil