Searched defs:pSourceVolume (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c4940 IWineD3DVolume *pSourceVolume, IWineD3DVolume *pDestinationVolume)
4947 iface, pSourceVolume, pDestinationVolume);
4952 hr = IWineD3DVolume_LockBox(pSourceVolume, &src, NULL, WINED3DLOCK_READONLY);
4956 IWineD3DVolume_UnlockBox(pSourceVolume);
4964 IWineD3DVolume_UnlockBox(pSourceVolume);
4966 hr = IWineD3DVolume_UnlockBox(pSourceVolume);
4973 IWineD3DVolume *pSourceVolume, IWineD3DVolume *pDestinationVolume,
4991 iface, pSourceVolume, pDestinationVolume);
4996 IWineD3DVolumeImpl *pSrvVolImpl = (IWineD3DVolumeImpl*)pSourceVolume;
5031 hr = IWineD3DVolume_LockBox(pSourceVolume,
4939 IWineD3DDeviceImpl_UpdateVolume(IWineD3DDevice *iface, IWineD3DVolume *pSourceVolume, IWineD3DVolume *pDestinationVolume) argument
4972 IWineD3DDeviceImpl_VolBlt(IWineD3DDevice *iface, IWineD3DVolume *pSourceVolume, IWineD3DVolume *pDestinationVolume, const WINED3DBOX *pSrcBoxArg, const VBOXPOINT3D *pDstPoin3D ) argument
[all...]

Completed in 332 milliseconds