Searched refs:SVGA3dCopyRect (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA-SVGA3d.h | 81 int vmsvga3dCommandPresent(PVGASTATE pThis, uint32_t sid, uint32_t cRects, SVGA3dCopyRect *pRect);
|
H A D | DevVGA-SVGA.cpp | 3056 cRects = (pHdr->size - sizeof(*pCmd)) / sizeof(SVGA3dCopyRect); 3059 rc = vmsvga3dCommandPresent(pThis, pCmd->sid, cRects, (SVGA3dCopyRect *)(pCmd + 1));
|
H A D | DevVGA-SVGA3d-ogl.cpp | 3879 int vmsvga3dCommandPresent(PVGASTATE pThis, uint32_t sid, uint32_t cRects, SVGA3dCopyRect *pRect) 3955 SVGA3dCopyRect rect; 7416 SVGA3dCopyRect rect;
|
H A D | DevVGA-SVGA3d-win.cpp | 2783 int vmsvga3dCommandPresent(PVGASTATE pThis, uint32_t sid, uint32_t cRects, SVGA3dCopyRect *pRect) 5666 SVGA3dCopyRect rect;
|
/vbox/src/VBox/Devices/Graphics/vmsvga/ |
H A D | svga3d_reg.h | 1232 struct SVGA3dCopyRect { struct 1239 } SVGA3dCopyRect; typedef in typeref:struct:SVGA3dCopyRect 1300 /* Followed by variable number of SVGA3dCopyRect structures */
|
Completed in 96 milliseconds