Searched refs:ppZStencilSurface (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddevice.c1021 static HRESULT WINAPI IDirect3DDevice8Impl_GetDepthStencilSurface(LPDIRECT3DDEVICE8 iface, IDirect3DSurface8** ppZStencilSurface) { argument
1026 TRACE("iface %p, depth_stencil %p.\n", iface, ppZStencilSurface);
1028 if(ppZStencilSurface == NULL){
1035 IWineD3DSurface_GetParent(pZStencilSurface,(IUnknown**)ppZStencilSurface);
1040 *ppZStencilSurface = NULL;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.c1529 static HRESULT WINAPI IDirect3DDevice9Impl_GetDepthStencilSurface(LPDIRECT3DDEVICE9EX iface, IDirect3DSurface9 **ppZStencilSurface) { argument
1534 TRACE("iface %p, depth_stencil %p.\n", iface, ppZStencilSurface);
1536 if(ppZStencilSurface == NULL){
1544 IWineD3DSurface_GetParent(pZStencilSurface,(IUnknown**)ppZStencilSurface);
1549 *ppZStencilSurface = NULL;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c6005 static HRESULT WINAPI IWineD3DDeviceImpl_GetDepthStencilSurface(IWineD3DDevice* iface, IWineD3DSurface **ppZStencilSurface) { argument
6007 *ppZStencilSurface = This->stencilBufferTarget;
6008 TRACE("(%p) : zStencilSurface returning %p\n", This, *ppZStencilSurface);
6010 if(*ppZStencilSurface != NULL) {
6012 IWineD3DSurface_AddRef(*ppZStencilSurface);
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/
H A Dd3d9.h1270 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface9** ppZStencilSurface) PURE;
1647 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface9** ppZStencilSurface) PURE;
H A Dd3d8.h874 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface8 ** ppZStencilSurface) PURE;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d9.h1345 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface9** ppZStencilSurface) PURE;
1729 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface9** ppZStencilSurface) PURE;
H A Dd3d8.h875 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface8 ** ppZStencilSurface) PURE;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/
H A Dd3d9.h1270 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface9** ppZStencilSurface) PURE;
1647 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface9** ppZStencilSurface) PURE;
H A Dd3d8.h874 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface8 ** ppZStencilSurface) PURE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/
H A Dd3d9.h1347 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface9** ppZStencilSurface) PURE;
1724 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface9** ppZStencilSurface) PURE;
H A Dd3d8.h873 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface8 ** ppZStencilSurface) PURE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d9.h1262 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface9** ppZStencilSurface) PURE;
1639 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface9** ppZStencilSurface) PURE;
H A Dd3d8.h874 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface8 ** ppZStencilSurface) PURE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/
H A Dd3d9.h1270 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface9** ppZStencilSurface) PURE;
1647 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface9** ppZStencilSurface) PURE;
H A Dd3d8.h874 STDMETHOD(GetDepthStencilSurface)(THIS_ IDirect3DSurface8 ** ppZStencilSurface) PURE;

Completed in 2960 milliseconds