Searched defs:fEntryWasInList (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvreg.cpp1333 bool fEntryWasInList = false; local
1353 fEntryWasInList = VBoxVrCompositorEntryIsInList(pEntry);
1411 if (!fEntryWasInList)
1442 if (!fEntryWasInList)
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp1302 bool fEntryWasInList; local
1308 fEntryWasInList = CrVrScrCompositorEntryIsUsed(pNewEntry);
1310 Assert(!hEntry->Flags.fInList == !fEntryWasInList);
1315 fEntryWasInList = false;
1323 if (!fEntryWasInList && pNewEntry)
1395 bool fEntryWasInList; local
1401 fEntryWasInList = CrVrScrCompositorEntryIsUsed(pNewEntry);
1402 Assert(!hEntry->Flags.fInList == !fEntryWasInList);
1407 fEntryWasInList = false;
1415 if (!fEntryWasInList
[all...]

Completed in 54 milliseconds