Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.h436 IDirect3DSurface9 **ppZStencilSurface );
Dnine_lock.c1003 IDirect3DSurface9 **ppZStencilSurface ) in LockDevice9_GetDepthStencilSurface() argument
1007 r = NineDevice9_GetDepthStencilSurface(This, ppZStencilSurface); in LockDevice9_GetDepthStencilSurface()
Ddevice9.c1903 IDirect3DSurface9 **ppZStencilSurface ) in NineDevice9_GetDepthStencilSurface() argument
1905 user_assert(ppZStencilSurface, D3DERR_INVALIDCALL); in NineDevice9_GetDepthStencilSurface()
1907 *ppZStencilSurface = (IDirect3DSurface9 *)This->state.ds; in NineDevice9_GetDepthStencilSurface()
/external/mesa3d/include/D3D9/
Dd3d9.h198 virtual HRESULT WINAPI GetDepthStencilSurface(IDirect3DSurface9 **ppZStencilSurface) = 0;
786 …LT (WINAPI *GetDepthStencilSurface)(IDirect3DDevice9 *This, IDirect3DSurface9 **ppZStencilSurface);
1037 … (WINAPI *GetDepthStencilSurface)(IDirect3DDevice9Ex *This, IDirect3DSurface9 **ppZStencilSurface);
/external/swiftshader/include/Direct3D/
Dd3d8.h285 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface8** ppZStencilSurface) PURE; in DECLARE_INTERFACE_()