Searched defs:pDestinationVolume (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);
4954 hr = IWineD3DVolume_LockBox(pDestinationVolume, &dst, NULL, WINED3DLOCK_DISCARD);
4960 memcpy(dst.pBits, src.pBits, ((IWineD3DVolumeImpl *) pDestinationVolume)->resource.size);
4962 hr = IWineD3DVolume_UnlockBox(pDestinationVolume);
4973 IWineD3DVolume *pSourceVolume, IWineD3DVolume *pDestinationVolume,
4991 iface, pSourceVolume, pDestinationVolume);
5033 hr = IWineD3DVolume_LockBox(pDestinationVolume, &dst, pDstBox, WINED3DLOCK_DISCARD);
5048 memcpy(pRowDstBits, pRowSrcBits, srcW * ((IWineD3DVolumeImpl *) pDestinationVolume)->resource.format_desc->byte_count);
5056 hr = IWineD3DVolume_UnlockBox(pDestinationVolume);
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 100 milliseconds