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

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_vreg.h202 VBOXVREGDECL(int) VBoxVrListRectsSet(PVBOXVR_LIST pList, uint32_t cRects, PCRTRECT paRects, bool *pfChanged);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvreg.cpp976 VBOXVREGDECL(int) VBoxVrListRectsSet(PVBOXVR_LIST pList, uint32_t cRects, PCRTRECT aRects, bool *pfChanged) function
990 WARN(("VBoxVrListRectsSet failed rc %d", rc));
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_main.c2685 rc = VBoxVrListRectsSet(&cr_server.RootVr, cRects, pRects, NULL);
2688 crWarning("VBoxVrListRectsSet failed! rc %d", rc);

Completed in 275 milliseconds