Searched refs:pDstPoint (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dtexture.c1759 VBOXPOINT3D DstPoint, *pDstPoint; local
1774 pDstPoint = &DstPoint;
1778 pDstPoint = NULL;
1783 hr = wined3d_device_blt_vol(device, src_volume, dst_volume, pSrcBox, pDstPoint);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c5086 VBOXPOINT3D DstPoint, *pDstPoint; local
5101 pDstPoint = &DstPoint;
5105 pDstPoint = NULL;
5110 hr = IWineD3DDeviceImpl_VolBlt(iface, src_volume, dst_volume, pSrcBox, pDstPoint);

Completed in 53 milliseconds