/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | volume.c | 229 static HRESULT WINAPI IWineD3DVolumeImpl_LockBox(IWineD3DVolume *iface, WINED3DLOCKED_BOX* pLockedVolume, CONST WINED3DBOX* pBox, DWORD Flags) { argument 231 FIXME("(%p) : pBox=%p stub\n", This, pBox); 238 TRACE("(%p) : box=%p, output pbox=%p, allMem=%p\n", This, pBox, pLockedVolume, This->resource.allocatedMemory); 243 if (!pBox) { 254 if (pBox->Right <= pBox->Left 255 || pBox->Right > This->currentDesc.Width 256 || pBox->Bottom <= pBox [all...] |
H A D | volumetexture.c | 285 static HRESULT WINAPI IWineD3DVolumeTextureImpl_LockBox(IWineD3DVolumeTexture *iface, UINT Level, WINED3DLOCKED_BOX* pLockedVolume, CONST WINED3DBOX* pBox, DWORD Flags) { argument 290 hr = IWineD3DVolume_LockBox(This->volumes[Level], pLockedVolume, pBox, Flags);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/ |
H A D | volume.c | 213 static HRESULT WINAPI IDirect3DVolume8Impl_LockBox(LPDIRECT3DVOLUME8 iface, D3DLOCKED_BOX *pLockedVolume, CONST D3DBOX *pBox, DWORD Flags) { argument 218 iface, pLockedVolume, pBox, Flags); 221 hr = IWineD3DVolume_LockBox(This->wineD3DVolume, (WINED3DLOCKED_BOX *) pLockedVolume, (CONST WINED3DBOX *) pBox, Flags);
|
H A D | volumetexture.c | 281 static HRESULT WINAPI IDirect3DVolumeTexture8Impl_LockBox(LPDIRECT3DVOLUMETEXTURE8 iface, UINT Level, D3DLOCKED_BOX *pLockedVolume, CONST D3DBOX *pBox, DWORD Flags) { argument 286 iface, Level, pLockedVolume, pBox, Flags); 289 hr = IWineD3DVolumeTexture_LockBox(This->wineD3DVolumeTexture, Level, (WINED3DLOCKED_BOX *) pLockedVolume, (CONST WINED3DBOX *) pBox, Flags);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/ |
H A D | volume.c | 219 static HRESULT WINAPI IDirect3DVolume9Impl_LockBox(LPDIRECT3DVOLUME9 iface, D3DLOCKED_BOX* pLockedVolume, CONST D3DBOX* pBox, DWORD Flags) { argument 224 iface, pLockedVolume, pBox, Flags); 229 (const WINED3DBOX *)pBox, Flags);
|
H A D | volumetexture.c | 347 static HRESULT WINAPI IDirect3DVolumeTexture9Impl_LockBox(LPDIRECT3DVOLUMETEXTURE9 iface, UINT Level, D3DLOCKED_BOX* pLockedVolume, CONST D3DBOX* pBox, DWORD Flags) { argument 352 iface, Level, pLockedVolume, pBox, Flags); 357 (const WINED3DBOX *)pBox, Flags);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/common/ |
H A D | VBoxVideoTools.h | 248 DECLINLINE(void) vboxWddmBoxTranslate(VBOXBOX3D * pBox, int x, int y, int z) argument 250 pBox->Left += x; 251 pBox->Top += y; 252 pBox->Right += x; 253 pBox->Bottom += y; 254 pBox->Front += z; 255 pBox->Back += z; 258 DECLINLINE(void) vboxWddmBoxMove(VBOXBOX3D * pBox, int x, int y, int z) argument 260 LONG w = pBox->Right - pBox 279 vboxWddmBoxDivide(VBOXBOX3D * pBox, int div, bool fDontReachZero) argument 296 vboxWddmBoxTranslated(VBOXBOX3D * pDst, const VBOXBOX3D * pBox, int x, int y, int z) argument 302 vboxWddmBoxMoved(VBOXBOX3D * pDst, const VBOXBOX3D * pBox, int x, int y, int z) argument 308 vboxWddmBoxDivided(VBOXBOX3D * pDst, const VBOXBOX3D * pBox, int div, bool fDontReachZero) argument [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | fbbits.h | 247 BoxPtr pBox, 260 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); 261 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1); 603 BoxPtr pBox = RegionExtents(fbGetCompositeClip(pGC)); local 630 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 631 lr = coordToInt(pBox->x2 - xoff - 1, pBox 244 DOTS(FbBits * dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint * ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument 724 BoxPtr pBox = RegionExtents(fbGetCompositeClip(pGC)); local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | fbbits.h | 247 BoxPtr pBox, 260 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); 261 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1); 603 BoxPtr pBox = RegionExtents(fbGetCompositeClip(pGC)); local 630 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 631 lr = coordToInt(pBox->x2 - xoff - 1, pBox 244 DOTS(FbBits * dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint * ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument 724 BoxPtr pBox = RegionExtents(fbGetCompositeClip(pGC)); local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | fbbits.h | 274 BoxPtr pBox, 293 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); 294 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1); 671 BoxPtr pBox = REGION_EXTENTS (pDrawable->pScreen, fbGetCompositeClip (pGC)); local 697 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 698 lr = coordToInt(pBox->x2 - xoff - 1, pBox 271 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument 803 BoxPtr pBox = REGION_EXTENTS (pDrawable->pScreen, fbGetCompositeClip (pGC)); local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | fbbits.h | 276 BoxPtr pBox, 295 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); 296 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1); 673 BoxPtr pBox = REGION_EXTENTS (pDrawable->pScreen, fbGetCompositeClip (pGC)); local 699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 700 lr = coordToInt(pBox->x2 - xoff - 1, pBox 273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument 810 BoxPtr pBox = REGION_EXTENTS (pDrawable->pScreen, fbGetCompositeClip (pGC)); local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | fbbits.h | 276 BoxPtr pBox, 295 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); 296 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1); 673 BoxPtr pBox = REGION_EXTENTS (pDrawable->pScreen, fbGetCompositeClip (pGC)); local 699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 700 lr = coordToInt(pBox->x2 - xoff - 1, pBox 273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument 810 BoxPtr pBox = REGION_EXTENTS (pDrawable->pScreen, fbGetCompositeClip (pGC)); local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | fbbits.h | 276 BoxPtr pBox, 295 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); 296 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1); 673 BoxPtr pBox = REGION_EXTENTS (pDrawable->pScreen, fbGetCompositeClip (pGC)); local 699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 700 lr = coordToInt(pBox->x2 - xoff - 1, pBox 273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument 810 BoxPtr pBox = REGION_EXTENTS (pDrawable->pScreen, fbGetCompositeClip (pGC)); local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | fbbits.h | 276 BoxPtr pBox, 295 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); 296 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1); 673 BoxPtr pBox = REGION_EXTENTS (pDrawable->pScreen, fbGetCompositeClip (pGC)); local 699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 700 lr = coordToInt(pBox->x2 - xoff - 1, pBox 273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument 810 BoxPtr pBox = REGION_EXTENTS (pDrawable->pScreen, fbGetCompositeClip (pGC)); local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | fbbits.h | 276 BoxPtr pBox, 295 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); 296 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1); 673 BoxPtr pBox = REGION_EXTENTS (pDrawable->pScreen, fbGetCompositeClip (pGC)); local 699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 700 lr = coordToInt(pBox->x2 - xoff - 1, pBox 273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument 810 BoxPtr pBox = REGION_EXTENTS (pDrawable->pScreen, fbGetCompositeClip (pGC)); local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | fbbits.h | 276 BoxPtr pBox, 295 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); 296 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1); 673 BoxPtr pBox = RegionExtents(fbGetCompositeClip (pGC)); local 699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 700 lr = coordToInt(pBox->x2 - xoff - 1, pBox 273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument 810 BoxPtr pBox = RegionExtents(fbGetCompositeClip (pGC)); local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | fbbits.h | 276 BoxPtr pBox, 295 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); 296 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1); 673 BoxPtr pBox = RegionExtents(fbGetCompositeClip (pGC)); local 699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 700 lr = coordToInt(pBox->x2 - xoff - 1, pBox 273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument 810 BoxPtr pBox = RegionExtents(fbGetCompositeClip (pGC)); local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | fbbits.h | 276 BoxPtr pBox, 295 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); 296 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1); 673 BoxPtr pBox = RegionExtents(fbGetCompositeClip (pGC)); local 699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 700 lr = coordToInt(pBox->x2 - xoff - 1, pBox 273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument 810 BoxPtr pBox = RegionExtents(fbGetCompositeClip (pGC)); local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | fbbits.h | 276 BoxPtr pBox, 295 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); 296 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1); 673 BoxPtr pBox = RegionExtents(fbGetCompositeClip (pGC)); local 699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 700 lr = coordToInt(pBox->x2 - xoff - 1, pBox 273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument 810 BoxPtr pBox = RegionExtents(fbGetCompositeClip (pGC)); local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | fbbits.h | 247 BoxPtr pBox, 260 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); 261 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1); 603 BoxPtr pBox = RegionExtents(fbGetCompositeClip(pGC)); local 630 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 631 lr = coordToInt(pBox->x2 - xoff - 1, pBox 244 DOTS(FbBits * dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint * ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument 724 BoxPtr pBox = RegionExtents(fbGetCompositeClip(pGC)); local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | fbbits.h | 247 BoxPtr pBox, 260 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); 261 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1); 603 BoxPtr pBox = RegionExtents(fbGetCompositeClip(pGC)); local 630 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 631 lr = coordToInt(pBox->x2 - xoff - 1, pBox 244 DOTS(FbBits * dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint * ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument 724 BoxPtr pBox = RegionExtents(fbGetCompositeClip(pGC)); local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | fbbits.h | 247 BoxPtr pBox, 260 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); 261 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1); 603 BoxPtr pBox = RegionExtents(fbGetCompositeClip(pGC)); local 630 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 631 lr = coordToInt(pBox->x2 - xoff - 1, pBox 244 DOTS(FbBits * dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint * ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument 724 BoxPtr pBox = RegionExtents(fbGetCompositeClip(pGC)); local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | fbbits.h | 274 BoxPtr pBox, 293 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); 294 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1); 671 BoxPtr pBox = REGION_EXTENTS (pDrawable->pScreen, fbGetCompositeClip (pGC)); local 697 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 698 lr = coordToInt(pBox->x2 - xoff - 1, pBox 271 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument 803 BoxPtr pBox = REGION_EXTENTS (pDrawable->pScreen, fbGetCompositeClip (pGC)); local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | fbbits.h | 274 BoxPtr pBox, 293 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); 294 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1); 671 BoxPtr pBox = REGION_EXTENTS (pDrawable->pScreen, fbGetCompositeClip (pGC)); local 697 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); 698 lr = coordToInt(pBox->x2 - xoff - 1, pBox 271 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument 803 BoxPtr pBox = REGION_EXTENTS (pDrawable->pScreen, fbGetCompositeClip (pGC)); local [all...] |
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | glx.c | 2620 BoxPtr pBox = &pGlxPixmap->pDamageRegion->rects[i]; local 2621 damageArea += (pBox->x2-pBox->x1)*(pBox->y2-pBox->y1); 2622 //crDebug("Damage rect [%i,%i,%i,%i]", pBox->x1, pBox->y1, pBox->x2, pBox->y2); 2653 BoxPtr pBox local [all...] |