Searched refs:enmGraphicsController (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl2.cpp | 1706 GraphicsControllerType_T enmGraphicsController; local 1707 hrc = pMachine->COMGETTER(GraphicsControllerType)(&enmGraphicsController); H(); 1708 switch (enmGraphicsController) 1716 rc = i_configGraphicsController(pDevices, enmGraphicsController, pBusMgr, pMachine, biosSettings, 1722 AssertMsgFailed(("Invalid graphicsController=%d\n", enmGraphicsController)); 1724 N_("Invalid graphics controller type '%d'"), enmGraphicsController); 3048 && enmGraphicsController == GraphicsControllerType_VBoxVGA 3538 const GraphicsControllerType_T enmGraphicsController, 3574 if (enmGraphicsController == GraphicsControllerType_VMSVGA) 3537 i_configGraphicsController(PCFGMNODE pDevices, const GraphicsControllerType_T enmGraphicsController, BusAssignmentManager *pBusMgr, const ComPtr<IMachine> &ptrMachine, const ComPtr<IBIOSSettings> &ptrBiosSettings, bool fHMEnabled) argument
|
Completed in 318 milliseconds