VirtualBox

Ignore:
Timestamp:
May 17, 2021 7:30:44 PM (4 years ago)
Author:
vboxsync
Message:

Devices/Graphics: Function tables for 3D backends. bugref:9830

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA-cmd.cpp

    r88904 r89121  
    418418
    419419
     420#ifdef VBOX_WITH_VMSVGA3D
    420421static int vmsvgaR3GboCreate(PVMSVGAR3STATE pSvgaR3State, SVGAMobFormat ptDepth, PPN64 baseAddress, uint32_t sizeInBytes, bool fGCPhys64, bool fWriteProtected, PVMSVGAGBO pGbo)
    421422{
     
    941942
    942943
    943 #ifdef VBOX_WITH_VMSVGA3D
    944944int vmsvgaR3UpdateGBSurface(PVGASTATECC pThisCC, uint32_t idDXContext, SVGA3dSurfaceImageId const *pImageId, SVGA3dBox const *pBox)
    945945{
     
    41714171        STAM_REL_COUNTER_INC(&pSvgaR3State->StatR3Cmd3dEndQuery);
    41724172
    4173         vmsvga3dQueryEnd(pThisCC, pCmd->cid, pCmd->type, pCmd->guestResult);
     4173        vmsvga3dQueryEnd(pThisCC, pCmd->cid, pCmd->type);
    41744174        break;
    41754175    }
     
    41814181        STAM_REL_COUNTER_INC(&pSvgaR3State->StatR3Cmd3dWaitForQuery);
    41824182
    4183         vmsvga3dQueryWait(pThis, pThisCC, pCmd->cid, pCmd->type, pCmd->guestResult);
     4183        vmsvga3dQueryWait(pThisCC, pCmd->cid, pCmd->type, pThis, &pCmd->guestResult);
    41844184        break;
    41854185    }
Note: See TracChangeset for help on using the changeset viewer.

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