VirtualBox

Changeset 82609 in vbox


Ignore:
Timestamp:
Dec 17, 2019 5:07:20 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135496
Message:

Devices/Graphics: pThis -> pThisCC.

Location:
trunk/src/VBox/Devices/Graphics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp

    r82586 r82609  
    68106810    if (pContext->state.aRenderTargets[SVGA3D_RT_COLOR0] != SVGA3D_INVALID_ID)
    68116811    {
    6812         vmsvga3dUpdateHeapBuffersForSurfaces(pThis, pContext->state.aRenderTargets[SVGA3D_RT_COLOR0]);
     6812        vmsvga3dUpdateHeapBuffersForSurfaces(pThisCC, pContext->state.aRenderTargets[SVGA3D_RT_COLOR0]);
    68136813        PVMSVGA3DSURFACE pSurface;
    68146814        int rc2 = vmsvga3dSurfaceFromSid(pState, pContext->state.aRenderTargets[SVGA3D_RT_COLOR0], &pSurface);
     
    68196819        if (pContext->aSidActiveTextures[0] != SVGA3D_INVALID_ID)
    68206820        {
    6821             vmsvga3dUpdateHeapBuffersForSurfaces(pThis, pContext->aSidActiveTextures[0]);
     6821            vmsvga3dUpdateHeapBuffersForSurfaces(pThisCC, pContext->aSidActiveTextures[0]);
    68226822            rc2 = vmsvga3dSurfaceFromSid(pState, pContext->aSidActiveTextures[0], &pSurface);
    68236823            if (RT_SUCCESS(rc2))
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp

    r82586 r82609  
    53475347    if (pContext->state.aRenderTargets[SVGA3D_RT_COLOR0] != SVGA3D_INVALID_ID)
    53485348    {
    5349         vmsvga3dUpdateHeapBuffersForSurfaces(pThis, pContext->state.aRenderTargets[SVGA3D_RT_COLOR0]);
     5349        vmsvga3dUpdateHeapBuffersForSurfaces(pThisCC, pContext->state.aRenderTargets[SVGA3D_RT_COLOR0]);
    53505350        PVMSVGA3DSURFACE pSurface;
    53515351        int rc2 = vmsvga3dSurfaceFromSid(pState, pContext->state.aRenderTargets[SVGA3D_RT_COLOR0], &pSurface);
     
    53565356        if (pContext->aSidActiveTextures[0] != SVGA3D_INVALID_ID)
    53575357        {
    5358             vmsvga3dUpdateHeapBuffersForSurfaces(pThis, pContext->aSidActiveTextures[0]);
     5358            vmsvga3dUpdateHeapBuffersForSurfaces(pThisCC, pContext->aSidActiveTextures[0]);
    53595359            rc2 = vmsvga3dSurfaceFromSid(pState, pContext->aSidActiveTextures[0], &pSurface);
    53605360            if (RT_SUCCESS(rc2))
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette