Searched defs:vmsvgaSetTraces (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp260 static void vmsvgaSetTraces(PVGASTATE pThis, bool fTraces);
1106 vmsvgaSetTraces(pThis, !!pThis->svga.fTraces);
1120 vmsvgaSetTraces(pThis, true);
1199 vmsvgaSetTraces(pThis, !!pThis->svga.fTraces);
1359 vmsvgaSetTraces(pThis, !!u32);
3423 static void vmsvgaSetTraces(PVGASTATE pThis, bool fTraces) function
3429 Log(("vmsvgaSetTraces: *not* allowed to disable dirty page tracking when the device is in legacy mode.\n"));
3438 Log(("vmsvgaSetTraces: enable dirty page handling for the frame buffer only (%x bytes)\n", 0));
3449 Log(("vmsvgaSetTraces: enable frame buffer dirty page tracking. (%x bytes; vram %x)\n", cbFrameBuffer, pThis->vram_size));
3458 Log(("vmsvgaSetTraces
[all...]

Completed in 273 milliseconds