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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_context.c288 void crServerPerformMakeCurrent( CRMuralInfo *mural, CRContextInfo *ctxInfo )
293 GLint context = ctxInfo->CreateInfo.externalID;
298 ctx = ctxInfo->pContext;
328 cr_server.curClient->currentCtxInfo = ctxInfo;
372 ctxInfo->SpuContext >= 0
373 ? ctxInfo->SpuContext
379 ctxInfo->currentMural = mural;
382 cr_server.currentCtxInfo = ctxInfo;
439 CRContextInfo *ctxInfo = NULL; local
450 ctxInfo
[all...]
H A Dserver_window.c243 CRContextInfo *ctxInfo = (CRContextInfo *) data1; local
246 if (ctxInfo->currentMural == mural)
247 ctxInfo->currentMural = NULL;
H A Dserver.h176 void crServerPerformMakeCurrent( CRMuralInfo *mural, CRContextInfo *ctxInfo );
189 DECLINLINE(void) crServerVBoxBlitterCtxInit(CR_BLITTER_CONTEXT *ctx, CRContextInfo *ctxInfo) argument
191 ctx->Base.id = ctxInfo->SpuContext;

Completed in 47 milliseconds