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

/vbox/src/VBox/HostServices/SharedOpenGL/expando/
H A Dexpandospu.c58 ExpandoContextState *expandoContextState = (ExpandoContextState *)data; local
60 crDLMFreeContext(expandoContextState->dlmContext);
61 crDLMFreeDLM(expandoContextState->dlm);
62 crStateDestroyContext(expandoContextState->State);
63 crFree(expandoContextState);
80 ExpandoContextState *expandoContextState; local
84 expandoContextState = crHashtableSearch(expando_spu.contextTable, contextId);
85 if (expandoContextState) {
86 crDLMSetCurrentState(expandoContextState->dlmContext);
87 crStateMakeCurrent(expandoContextState
[all...]

Completed in 41 milliseconds