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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.h40 DECLCALLBACK(void) vmsvgaPortSetViewPort(PPDMIDISPLAYPORT pInterface, uint32_t uScreenId, uint32_t x, uint32_t y, uint32_t cx, uint32_t cy);
H A DDevVGA-SVGA.cpp518 DECLCALLBACK(void) vmsvgaPortSetViewPort(PPDMIDISPLAYPORT pInterface, uint32_t uScreenId, uint32_t x, uint32_t y, uint32_t cx, uint32_t cy) function
522 Log(("vmsvgaPortSetViewPort: screen %d (%d,%d)(%d,%d)\n", uScreenId, x, y, cx, cy));
1004 /* vmsvgaPortSetViewPort not called after state load; set sensible defaults. */
H A DDevVGA.cpp6063 pThis->IPort.pfnSetViewPort = vmsvgaPortSetViewPort;

Completed in 56 milliseconds