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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3095 nsresult (*GetRecommendedVRAM)(IGuestOSType *pThis, PRUint32 *recommendedVRAM); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v3_0.h3648 nsresult (*GetRecommendedVRAM)(IGuestOSType *pThis, PRUint32 *recommendedVRAM); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v3_1.h3660 nsresult (*GetRecommendedVRAM)(IGuestOSType *pThis, PRUint32 *recommendedVRAM); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v3_2.h3798 nsresult (*GetRecommendedVRAM)(IGuestOSType *pThis, PRUint32 *recommendedVRAM); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v4_0.h4015 nsresult (*GetRecommendedVRAM)(IGuestOSType *pThis, PRUint32 *recommendedVRAM); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v4_1.h4268 nsresult (*GetRecommendedVRAM)(IGuestOSType *pThis, PRUint32 *recommendedVRAM); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v4_2.h4618 nsresult (*GetRecommendedVRAM)(IGuestOSType *pThis, PRUint32 *recommendedVRAM); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v4_3.h8466 nsresult (*GetRecommendedVRAM)(IGuestOSType *pThis, PRUint32 *recommendedVRAM); member in struct:IGuestOSType_vtbl
8527 nsresult (*GetRecommendedVRAM)(IGuestOSType *pThis, PRUint32 *recommendedVRAM); member in struct:IGuestOSTypeVtbl
8585 #define IGuestOSType_get_RecommendedVRAM(p, aRecommendedVRAM) ((p)->lpVtbl->GetRecommendedVRAM(p, aRecommendedVRAM))
8586 #define IGuestOSType_GetRecommendedVRAM(p, aRecommendedVRAM) ((p)->lpVtbl->GetRecommendedVRAM(p, aRecommendedVRAM))

Completed in 387 milliseconds