Searched refs:cbSrcPitch (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d.h48 SVGAGuestPtr src, uint32_t offSrc, int32_t cbSrcPitch, uint32_t cbWidth, uint32_t cHeight);
H A DDevVGA-SVGA.cpp3270 * @param cbSrcPitch Source buffer pitch
3275 SVGAGuestPtr src, uint32_t offSrc, int32_t cbSrcPitch, uint32_t cbWidth, uint32_t cHeight)
3284 src.gmrId, src.offset, cbDestPitch, cbWidth, cHeight, offSrc, cbSrcPitch));
3292 ("src.offset=%#x offSrc=%#x cbSrcPitch=%#x cHeight=%#x cbWidth=%#x cbTotal=%#x vram_size=%#x\n",
3293 src.offset, offSrc, cbSrcPitch, cHeight, cbWidth, pThis->vram_size),
3295 AssertMsgReturn(offSrc + cbSrcPitch * (cHeight - 1) + cbWidth <= pThis->vram_size,
3296 ("src.offset=%#x offSrc=%#x cbSrcPitch=%#x cHeight=%#x cbWidth=%#x cbTotal=%#x vram_size=%#x\n",
3297 src.offset, offSrc, cbSrcPitch, cHeight, cbWidth, pThis->vram_size),
3311 cbDestPitch = cbSrcPitch;
3312 cbSrcPitch
3274 vmsvgaGMRTransfer(PVGASTATE pThis, const SVGA3dTransferType enmTransferType, uint8_t *pbDst, int32_t cbDestPitch, SVGAGuestPtr src, uint32_t offSrc, int32_t cbSrcPitch, uint32_t cbWidth, uint32_t cHeight) argument
[all...]
H A DDevVGA-SVGA3d-ogl.cpp3422 unsigned cbSrcPitch; local
3448 cbSrcPitch = (guest.pitch == 0) ? pBoxes[i].w * pSurface->cbBlock : guest.pitch;
3466 pBoxes[i].srcx * pSurface->cbBlock + (pBoxes[i].srcy + pBoxes[i].srcz * pBoxes[i].h) * cbSrcPitch,
3467 cbSrcPitch,
3498 unsigned cbSrcPitch; local
3521 cbSrcPitch = (guest.pitch == 0) ? pBoxes[i].w * pSurface->cbBlock : guest.pitch;
3600 pBoxes[i].srcx * pSurface->cbBlock + pBoxes[i].srcy * cbSrcPitch,
3601 cbSrcPitch,
3693 pBoxes[i].srcx * pSurface->cbBlock + pBoxes[i].srcy * cbSrcPitch,
3694 cbSrcPitch,
[all...]
H A DDevVGA-SVGA3d-win.cpp2350 unsigned cbSrcPitch; local
2375 cbSrcPitch = (guest.pitch == 0) ? pBoxes[i].w * pSurface->cbBlock : guest.pitch;
2382 pBoxes[i].srcx * pSurface->cbBlock + (pBoxes[i].srcy + pBoxes[i].srcz * pBoxes[i].h) * cbSrcPitch,
2383 cbSrcPitch,
2410 unsigned cbSrcPitch; local
2431 cbSrcPitch = (guest.pitch == 0) ? pBoxes[i].w * pSurface->cbBlock : guest.pitch;
2518 pBoxes[i].srcx * pSurface->cbBlock + pBoxes[i].srcy * cbSrcPitch,
2519 cbSrcPitch,
2590 pBoxes[i].srcx * pSurface->cbBlock + pBoxes[i].srcy * cbSrcPitch,
2591 cbSrcPitch,
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp98 static void crMBltMem(const uint8_t *pu8Src, int32_t cbSrcPitch, uint8_t *pu8Dst, int32_t cbDstPitch, uint32_t width, uint32_t height) argument
106 pu8Src += cbSrcPitch;

Completed in 63 milliseconds