- Timestamp:
- May 17, 2021 7:41:23 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144463
- Location:
- trunk/src/VBox/Devices/Graphics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r89121 r89122 5713 5713 5714 5714 /** 5715 * Destructor for PVMSVGAR3STATE structure. 5715 * Destructor for PVMSVGAR3STATE structure. The structure is not deallocated. 5716 5716 * 5717 5717 * @param pThis The shared VGA/VMSVGA instance data. 5718 * @param p SVGAState Pointer to the structure. It is not deallocated.5718 * @param pThisCC The device context. 5719 5719 */ 5720 5720 static void vmsvgaR3StateTerm(PVGASTATE pThis, PVGASTATECC pThisCC) -
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win-dx.cpp
r89121 r89122 3366 3366 * Destroy backend specific surface bits (part of SVGA_3D_CMD_SURFACE_DESTROY). 3367 3367 * 3368 * @param p State The VMSVGA3d state.3368 * @param pThisCC The device context. 3369 3369 * @param pSurface The surface being destroyed. 3370 3370 */ … … 3621 3621 * Surfaces are created when needed. 3622 3622 * 3623 * @param p State The VMSVGA3d state.3623 * @param pThisCC The device context. 3624 3624 * @param pContext The context. 3625 3625 * @param idAssociatedContext Probably the same as pContext->id.
Note:
See TracChangeset
for help on using the changeset viewer.