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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d.h81 int vmsvga3dCommandPresent(PVGASTATE pThis, uint32_t sid, uint32_t cRects, SVGA3dCopyRect *pRect);
H A DDevVGA-SVGA.cpp3056 cRects = (pHdr->size - sizeof(*pCmd)) / sizeof(SVGA3dCopyRect);
3059 rc = vmsvga3dCommandPresent(pThis, pCmd->sid, cRects, (SVGA3dCopyRect *)(pCmd + 1));
H A DDevVGA-SVGA3d-ogl.cpp3879 int vmsvga3dCommandPresent(PVGASTATE pThis, uint32_t sid, uint32_t cRects, SVGA3dCopyRect *pRect)
3955 SVGA3dCopyRect rect;
7416 SVGA3dCopyRect rect;
H A DDevVGA-SVGA3d-win.cpp2783 int vmsvga3dCommandPresent(PVGASTATE pThis, uint32_t sid, uint32_t cRects, SVGA3dCopyRect *pRect)
5666 SVGA3dCopyRect rect;
/vbox/src/VBox/Devices/Graphics/vmsvga/
H A Dsvga3d_reg.h1232 struct SVGA3dCopyRect { struct
1239 } SVGA3dCopyRect; typedef in typeref:struct:SVGA3dCopyRect
1300 /* Followed by variable number of SVGA3dCopyRect structures */

Completed in 96 milliseconds