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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d.h80 int vmsvga3dCommandClear(PVGASTATE pThis, uint32_t cid, SVGA3dClearFlag clearFlag, uint32_t color, float depth, uint32_t stencil, uint32_t cRects, SVGA3dRect *pRect);
H A DDevVGA-SVGA3d-ogl.cpp6735 int vmsvga3dCommandClear(PVGASTATE pThis, uint32_t cid, SVGA3dClearFlag clearFlag, uint32_t color, float depth, uint32_t stencil,
6744 Log(("vmsvga3dCommandClear cid=%x clearFlag=%x color=%x depth=%d stencil=%x cRects=%d\n", cid, clearFlag, color, (uint32_t)(depth * 100.0), stencil, cRects));
6755 if (clearFlag & SVGA3D_CLEAR_COLOR)
6766 if (clearFlag & SVGA3D_CLEAR_STENCIL)
6772 if (clearFlag & SVGA3D_CLEAR_DEPTH)
6806 if ( (clearFlag & SVGA3D_CLEAR_DEPTH)
H A DDevVGA-SVGA3d-win.cpp5187 int vmsvga3dCommandClear(PVGASTATE pThis, uint32_t cid, SVGA3dClearFlag clearFlag, uint32_t color, float depth, uint32_t stencil, uint32_t cRects, SVGA3dRect *pRect)
5196 Log(("vmsvga3dCommandClear %x clearFlag=%x color=%x depth=%d stencil=%x cRects=%d\n", cid, clearFlag, color, (uint32_t)(depth * 100.0), stencil, cRects));
5206 if (clearFlag & SVGA3D_CLEAR_COLOR)
5208 if (clearFlag & SVGA3D_CLEAR_STENCIL)
5210 if (clearFlag & SVGA3D_CLEAR_DEPTH)
H A DDevVGA-SVGA.cpp3046 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 Dsvga3d_reg.h1224 SVGA3dClearFlag clearFlag; member in struct:__anon14713

Completed in 3382 milliseconds