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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_context.c190 CRContextInfo *crCtxInfo; local
196 crCtxInfo = (CRContextInfo *) crHashtableSearch(cr_server.contextTable, ctx);
197 if (!crCtxInfo) {
201 crCtx = crCtxInfo->pContext;
206 if (cr_server.currentCtxInfo == crCtxInfo)
214 crCtxInfo->currentMural = NULL;
218 if (crCtxInfo->CreateInfo.pszDpyName)
219 crFree(crCtxInfo->CreateInfo.pszDpyName);
221 if (crCtxInfo->SpuContext >= 0)
222 cr_server.head_spu->dispatch_table.DestroyContext(crCtxInfo
[all...]

Completed in 44 milliseconds