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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2175 nsresult (*GetVRAMSize)(IMachine *pThis, PRUint32 *VRAMSize); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2713 nsresult (*GetVRAMSize)(IMachine *pThis, PRUint32 *VRAMSize); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2619 nsresult (*GetVRAMSize)(IMachine *pThis, PRUint32 *VRAMSize); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2677 nsresult (*GetVRAMSize)(IMachine *pThis, PRUint32 *VRAMSize); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2928 nsresult (*GetVRAMSize)(IMachine *pThis, PRUint32 *VRAMSize); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3119 nsresult (*GetVRAMSize)(IMachine *pThis, PRUint32 *VRAMSize); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3391 nsresult (*GetVRAMSize)(IMachine *pThis, PRUint32 *VRAMSize); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5086 nsresult (*GetVRAMSize)(IMachine *pThis, PRUint32 *VRAMSize); member in struct:IMachine_vtbl
5810 nsresult (*GetVRAMSize)(IMachine *pThis, PRUint32 *VRAMSize); member in struct:IMachineVtbl
6545 #define IMachine_get_VRAMSize(p, aVRAMSize) ((p)->lpVtbl->GetVRAMSize(p, aVRAMSize))
6546 #define IMachine_GetVRAMSize(p, aVRAMSize) ((p)->lpVtbl->GetVRAMSize(p, aVRAMSize))

Completed in 852 milliseconds