Searched refs:aClipPlane (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-shared.h296 for (uint32_t j = 0; j < RT_ELEMENTS(pContext->state.aClipPlane); j++)
298 if (pContext->state.aClipPlane[j].fValid == true)
299 vmsvga3dSetClipPlane(pThis, cid, j, pContext->state.aClipPlane[j].plane);
H A DDevVGA-SVGA3d-ogl.cpp687 VMSVGACLIPPLANESTATE aClipPlane[SVGA3D_CLIPPLANE_MAX]; member in struct:__anon13181::__anon13182
734 SSMFIELD_ENTRY( VMSVGA3DCONTEXT, state.aClipPlane),
4777 for (uint32_t j = 0; j < RT_ELEMENTS(pContext->state.aClipPlane); j++)
4779 if (pContext->state.aClipPlane[j].fValid == true)
4780 vmsvga3dSetClipPlane(pThis, cid, j, pContext->state.aClipPlane[j].plane);
6684 pContext->state.aClipPlane[index].fValid = true;
6685 memcpy(pContext->state.aClipPlane[index].plane, plane, sizeof(pContext->state.aClipPlane[index].plane));
H A DDevVGA-SVGA3d-win.cpp277 VMSVGACLIPPLANESTATE aClipPlane[SVGA3D_CLIPPLANE_MAX]; member in struct:__anon13200::__anon13201
314 SSMFIELD_ENTRY( VMSVGA3DCONTEXT, state.aClipPlane),
5179 pContext->state.aClipPlane[index].fValid = true;
5180 memcpy(pContext->state.aClipPlane[index].plane, plane, sizeof(plane));

Completed in 347 milliseconds