Changeset 69136 in vbox for trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d.h
- Timestamp:
- Oct 20, 2017 7:13:09 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d.h
r67972 r69136 5 5 6 6 /* 7 * Copyright (C) 2013-201 6Oracle Corporation7 * Copyright (C) 2013-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 208 208 void vmsvga3dInfoHostWindow(PCDBGFINFOHLP pHlp, uint64_t idHostWindow); 209 209 210 uint32_t vmsvga3dSurfaceFormatSize(SVGA3dSurfaceFormat format); 210 uint32_t vmsvga3dSurfaceFormatSize(SVGA3dSurfaceFormat format, 211 uint32_t *pu32BlockWidth, 212 uint32_t *pu32BlockHeight); 211 213 212 214 #ifdef LOG_ENABLED
Note:
See TracChangeset
for help on using the changeset viewer.