Searched refs:SVGA3dRect (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA-SVGA3d.h | 78 int vmsvga3dSetViewPort(PVGASTATE pThis, uint32_t cid, SVGA3dRect *pRect); 80 int vmsvga3dCommandClear(PVGASTATE pThis, uint32_t cid, SVGA3dClearFlag clearFlag, uint32_t color, float depth, uint32_t stencil, uint32_t cRects, SVGA3dRect *pRect); 83 int vmsvga3dSetScissorRect(PVGASTATE pThis, uint32_t cid, SVGA3dRect *pRect);
|
H A D | DevVGA-SVGA3d-ogl.cpp | 691 SVGA3dRect RectScissor; 692 SVGA3dRect RectViewPort; 6618 int vmsvga3dSetViewPort(PVGASTATE pThis, uint32_t cid, SVGA3dRect *pRect) 6699 int vmsvga3dSetScissorRect(PVGASTATE pThis, uint32_t cid, SVGA3dRect *pRect) 6736 uint32_t cRects, SVGA3dRect *pRect)
|
H A D | DevVGA-SVGA3d-win.cpp | 281 SVGA3dRect RectScissor; 282 SVGA3dRect RectViewPort; 5124 int vmsvga3dSetViewPort(PVGASTATE pThis, uint32_t cid, SVGA3dRect *pRect) 5187 int vmsvga3dCommandClear(PVGASTATE pThis, uint32_t cid, SVGA3dClearFlag clearFlag, uint32_t color, float depth, uint32_t stencil, uint32_t cRects, SVGA3dRect *pRect) 5688 int vmsvga3dSetScissorRect(PVGASTATE pThis, uint32_t cid, SVGA3dRect *pRect)
|
H A D | DevVGA-SVGA.cpp | 3045 cRects = (pHdr->size - sizeof(*pCmd)) / sizeof(SVGA3dRect); 3046 rc = vmsvga3dCommandClear(pThis, pCmd->cid, pCmd->clearFlag, pCmd->color, pCmd->depth, pCmd->stencil, cRects, (SVGA3dRect *)(pCmd + 1));
|
/vbox/src/VBox/Devices/Graphics/vmsvga/ |
H A D | svga3d_reg.h | 1228 /* Followed by variable number of SVGA3dRect structures */ 1260 } SVGA3dRect; typedef in typeref:struct:__anon14714 1624 SVGA3dRect rect; 1630 SVGA3dRect rect;
|
Completed in 2720 milliseconds