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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp326 DECLINLINE(bool) vga_is_dirty(PVGASTATE pThis, RTGCPHYS offVRAM) function
1222 && !vga_is_dirty(pThis, addr))
1306 && !vga_is_dirty(pThis, addr))
2223 bool update = full_update | vga_is_dirty(pThis, page0) | vga_is_dirty(pThis, page1);
2226 update |= vga_is_dirty(pThis, page0 + PAGE_SIZE);
2410 bool update = full_update | vga_is_dirty(pThis, page0) | vga_is_dirty(pThis, page1);
2413 update |= vga_is_dirty(pThis, page0 + PAGE_SIZE);

Completed in 79 milliseconds