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

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h1117 VBoxVHWASurfaceBase * getVGA() const function in class:VBoxVHWADisplay
1438 int vboxFbWidth() {return mDisplay.getVGA()->width(); }
1439 int vboxFbHeight() {return mDisplay.getVGA()->height(); }
1440 bool isInitialized() {return mDisplay.getVGA() != NULL; }
1446 VBoxVHWASurfaceBase * vgaSurface() { return mDisplay.getVGA(); }

Completed in 68 milliseconds