Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.h432 IDirect3DSurface9 *pNewZStencil );
Dnine_lock.c992 IDirect3DSurface9 *pNewZStencil ) in LockDevice9_SetDepthStencilSurface() argument
996 r = NineDevice9_SetDepthStencilSurface(This, pNewZStencil); in LockDevice9_SetDepthStencilSurface()
Ddevice9.c1889 IDirect3DSurface9 *pNewZStencil ) in NineDevice9_SetDepthStencilSurface() argument
1891 struct NineSurface9 *ds = NineSurface9(pNewZStencil); in NineDevice9_SetDepthStencilSurface()
1892 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
/external/swiftshader/include/Direct3D/
Dd3d8.h283 …THOD(SetRenderTarget)(THIS_ IDirect3DSurface8* pRenderTarget,IDirect3DSurface8* pNewZStencil) PURE; in DECLARE_INTERFACE_()