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

/vbox/include/VBox/
H A Dsettings.h931 uint32_t ulVRAMSizeMB; member in struct:settings::Hardware
/vbox/src/VBox/Main/xml/
H A DSettings.cpp1975 ulVRAMSizeMB(8),
2052 && (ulVRAMSizeMB == h.ulVRAMSizeMB)
2992 pelmHwChild->getAttributeValue("VRAMSize", hw.ulVRAMSizeMB);
4280 pelmDisplay->setAttribute("VRAMSize", hw.ulVRAMSizeMB);
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp8879 mHWData->mVRAMSize = data.ulVRAMSizeMB;
10193 data.ulVRAMSizeMB = mHWData->mVRAMSize;

Completed in 2764 milliseconds