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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp115 } GMRFB; member in struct:__anon13152
186 SSMFIELD_ENTRY( VMSVGASTATE, GMRFB),
2745 pSVGAState->GMRFB.ptr = pCmd->ptr;
2746 pSVGAState->GMRFB.bytesPerLine = pCmd->bytesPerLine;
2747 pSVGAState->GMRFB.format = pCmd->format;
2759 /** @todo Support GMRFB.format.s.bitsPerPixel != pThis->svga.uBpp */
2760 AssertBreak(pSVGAState->GMRFB.format.s.bitsPerPixel == pThis->svga.uBpp);
2785 unsigned offsetSource = (pCmd->srcOrigin.x * pSVGAState->GMRFB.format.s.bitsPerPixel) / 8 + pSVGAState->GMRFB.bytesPerLine * pCmd->srcOrigin.y;
2791 rc = vmsvgaGMRTransfer(pThis, SVGA3D_WRITE_HOST_VRAM, pThis->CTX_SUFF(vram_ptr) + offsetDest, pThis->svga.cbScanline, pSVGAState->GMRFB
[all...]

Completed in 159 milliseconds