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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_rpw.cpp450 CRMuralInfo *pDummy = crServerGetDummyMural(cr_server.MainContextInfo.CreateInfo.realVisualBits); local
451 if (!pDummy)
458 crServerPerformMakeCurrent(pDummy, &cr_server.MainContextInfo);
538 CRMuralInfo *pDummy = crServerGetDummyMural(cr_server.MainContextInfo.CreateInfo.realVisualBits); local
539 if (!pDummy)
546 crServerPerformMakeCurrent(pDummy, &cr_server.MainContextInfo);
H A Dserver_misc.c1451 CRMuralInfo * pDummy; local
1453 pDummy = crServerGetDummyMural(cr_server.MainContextInfo.CreateInfo.realVisualBits);
1455 window = pDummy->spuWindow;
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c353 WindowInfo* pDummy = renderspuGetDummyWindow(pCtx->BltInfo.Base.visualBits); local
354 if (pDummy)
356 renderspuPerformMakeCurrent(pDummy, 0, pCtx);

Completed in 53 milliseconds