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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp2889 quint64 VBoxGlobal::requiredVideoMemory(const QString &strGuestOSTypeId, int cMonitors /* = 1 */) argument
2926 if (strGuestOSTypeId.startsWith("Windows"))
2930 if (isWddmCompatibleOsType(strGuestOSTypeId))
3555 quint64 VBoxGlobal::required3DWddmOffscreenVideoMemory(const QString &strGuestOSTypeId, int cMonitors /* = 1 */) argument
3558 quint64 cbSize = VBoxGlobal::requiredVideoMemory(strGuestOSTypeId, 1); /* why not cMonitors? */
3564 bool VBoxGlobal::isWddmCompatibleOsType(const QString &strGuestOSTypeId) argument
3566 return strGuestOSTypeId.startsWith("WindowsVista")
3567 || strGuestOSTypeId.startsWith("Windows7")
3568 || strGuestOSTypeId.startsWith("Windows8")
3569 || strGuestOSTypeId
[all...]

Completed in 55 milliseconds