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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp890 static int crPMgrModeModifyGlobal(uint32_t u32ModeAdd, uint32_t u32ModeRemove);
1526 int rc = crPMgrModeModifyGlobal(0, CR_PMGR_MODE_WINDOW);
1529 WARN(("crPMgrModeModifyGlobal failed %d", rc));
1547 int rc = crPMgrModeModifyGlobal(g_CrPresenter.u32DisabledDisplayMode, 0);
1550 WARN(("crPMgrModeModifyGlobal failed %d", rc));
1608 rc = crPMgrModeModifyGlobal(CR_PMGR_MODE_WINDOW, 0);
1612 WARN(("crPMgrModeModifyGlobal failed rc %d", rc));
1640 crPMgrModeModifyGlobal(0, CR_PMGR_MODE_ALL);
2433 static int crPMgrModeModifyGlobal(uint32_t u32ModeAdd, uint32_t u32ModeRemove) function
2509 return crPMgrModeModifyGlobal(u32ModeAd
[all...]

Completed in 54 milliseconds