Searched refs:cbDestPitch (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA-SVGA3d.h | 47 int vmsvgaGMRTransfer(PVGASTATE pThis, const SVGA3dTransferType enmTransferType, uint8_t *pDest, int32_t cbDestPitch,
|
H A D | DevVGA-SVGA.cpp | 3267 * @param cbDestPitch Destination buffer pitch 3274 int vmsvgaGMRTransfer(PVGASTATE pThis, const SVGA3dTransferType enmTransferType, uint8_t *pbDst, int32_t cbDestPitch, argument 3284 src.gmrId, src.offset, cbDestPitch, cbWidth, cHeight, offSrc, cbSrcPitch)); 3306 int32_t cbTempPitch = cbDestPitch; 3311 cbDestPitch = cbSrcPitch; 3315 if ( pThis->svga.cbScanline == (uint32_t)cbDestPitch 3316 && cbWidth == (uint32_t)cbDestPitch 3317 && cbSrcPitch == cbDestPitch) 3327 pbDst += cbDestPitch; 3397 pbDst += cbDestPitch; [all...] |
Completed in 112 milliseconds