Changeset 105959 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 4, 2024 4:57:58 PM (8 months ago)
- svn:sync-xref-src-repo-rev:
- 164698
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/PlatformImpl.h
r101460 r105959 71 71 HRESULT i_applyDefaults(GuestOSType *aOsType); 72 72 73 PlatformArchitecture_T i_getArchitecture(); 74 73 75 public: 74 76 -
trunk/src/VBox/Main/include/PlatformPropertiesImpl.h
r105866 r105959 68 68 static ULONG s_getMaxNetworkAdaptersOfType(ChipsetType_T aChipset, NetworkAttachmentType_T aType); 69 69 static HRESULT s_getSupportedVRAMRange(GraphicsControllerType_T aGraphicsControllerType, BOOL fAccelerate3DEnabled, ULONG *aMinMB, ULONG *aMaxMB, ULONG *aStrideSizeMB); 70 static int s_getSupportedGraphicsControllerFeatures( GraphicsControllerType_T enmController, std::vector<GraphicsFeature_T> &vecSupportedGraphicsFeatures);71 static bool s_isGraphicsControllerFeatureSupported( GraphicsControllerType_T enmController, GraphicsFeature_T enmFeature);70 static int s_getSupportedGraphicsControllerFeatures(PlatformArchitecture_T enmArchitecture, GraphicsControllerType_T enmController, std::vector<GraphicsFeature_T> &vecSupportedGraphicsFeatures); 71 static bool s_isGraphicsControllerFeatureSupported(PlatformArchitecture_T enmArchitecture, GraphicsControllerType_T enmController, GraphicsFeature_T enmFeature); 72 72 73 73 private:
Note:
See TracChangeset
for help on using the changeset viewer.