Searched refs:aVRAMSize (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DGuestOSTypeImpl.cpp72 * @param aVRAMSize recommended video memory size in megabytes
78 uint32_t aRAMSize, uint32_t aVRAMSize, uint64_t aHDDSize,
92 "aRAMSize=%d, aVRAMSize=%d, aHDDSize=%lld, "
98 aRAMSize, aVRAMSize, aHDDSize,
218 HRESULT GuestOSType::getRecommendedVRAM(ULONG *aVRAMSize) argument
221 *aVRAMSize = mVRAMSize;
H A DMachineImpl.cpp1954 HRESULT Machine::getVRAMSize(ULONG *aVRAMSize) argument
1958 *aVRAMSize = mHWData->mVRAMSize;
1963 HRESULT Machine::setVRAMSize(ULONG aVRAMSize) argument
1966 if (aVRAMSize < SchemaDefs::MinGuestVRAM ||
1967 aVRAMSize > SchemaDefs::MaxGuestVRAM)
1970 aVRAMSize, SchemaDefs::MinGuestVRAM, SchemaDefs::MaxGuestVRAM);
1979 mHWData->mVRAMSize = aVRAMSize;
/vbox/src/VBox/Main/include/
H A DGuestOSTypeImpl.h59 HRESULT getRecommendedVRAM(ULONG *aVRAMSize);
H A DMachineImpl.h876 HRESULT getVRAMSize(ULONG *aVRAMSize);
877 HRESULT setVRAMSize(ULONG aVRAMSize);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h6545 #define IMachine_get_VRAMSize(p, aVRAMSize) ((p)->lpVtbl->GetVRAMSize(p, aVRAMSize))
6546 #define IMachine_GetVRAMSize(p, aVRAMSize) ((p)->lpVtbl->GetVRAMSize(p, aVRAMSize))
6547 #define IMachine_put_VRAMSize(p, aVRAMSize) ((p)->lpVtbl->SetVRAMSize(p, aVRAMSize))
6548 #define IMachine_SetVRAMSize(p, aVRAMSize) ((p)->lpVtbl->SetVRAMSize(p, aVRAMSize))

Completed in 6464 milliseconds