Searched refs:pSharedObjectTree (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp138 AVLU32TREE pSharedObjectTree; member in struct:__anon13190
166 SSMFIELD_ENTRY_IGNORE( VMSVGA3DSURFACE, pSharedObjectTree),
1427 pSurface->pSharedObjectTree = NULL;
1642 RTAvlU32Destroy(&pSurface->pSharedObjectTree, vmsvga3dSharedSurfaceDestroyTree, pSurface);
1643 Assert(pSurface->pSharedObjectTree == NULL);
1716 PVMSVGA3DSHAREDSURFACE pSharedSurface = (PVMSVGA3DSHAREDSURFACE)RTAvlU32Get(&pSurface->pSharedObjectTree, pContext->id);
1733 ret = RTAvlU32Insert(&pSurface->pSharedObjectTree, &pSharedSurface->Core);
1767 if (pSurface->pSharedObjectTree == NULL)
1799 Assert(pSurface->pSharedObjectTree);
3089 Assert(pSurface->pSharedObjectTree
[all...]

Completed in 43 milliseconds