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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dvolume.c386 const struct wined3d_box *pDstBox; local
410 pDstBox = pSrcBox;
414 pDstBox = &DstBox;
417 dstW = pDstBox->right - pDstBox->left;
418 dstH = pDstBox->bottom - pDstBox->top;
419 dstD = pDstBox->back - pDstBox->front;
441 hr = wined3d_volume_map(dst, &dst_desc, pDstBox, WINED3D_MAP_DISCAR
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c4982 const WINED3DBOX *pDstBox; local
5007 pDstBox = pSrcBox;
5011 pDstBox = &DstBox;
5014 dstW = pDstBox->Right - pDstBox->Left;
5015 dstH = pDstBox->Bottom - pDstBox->Top;
5016 dstD = pDstBox->Back - pDstBox->Front;
5033 hr = IWineD3DVolume_LockBox(pDestinationVolume, &dst, pDstBox, WINED3DLOCK_DISCAR
[all...]

Completed in 125 milliseconds