Searched defs:contextId (Results 1 - 2 of 2) sorted by relevance
| /vbox/src/VBox/HostServices/SharedOpenGL/expando/ |
| H A D | expandospu.c | 18 GLint contextId; local 28 contextId = expando_spu.super.CreateContext(displayName, visBits, shareCtx); 51 crHashtableAdd(expando_spu.contextTable, contextId, (void *)contextState); 53 return contextId; 67 expandoDestroyContext(GLint contextId) argument 70 crHashtableDelete(expando_spu.contextTable, contextId, 74 expando_spu.super.DestroyContext(contextId); 78 expandoMakeCurrent(GLint crWindow, GLint nativeWindow, GLint contextId) argument 82 expando_spu.super.MakeCurrent(crWindow, nativeWindow, contextId); 84 expandoContextState = crHashtableSearch(expando_spu.contextTable, contextId); [all...] |
| /vbox/src/VBox/Additions/common/crOpenGL/ |
| H A D | context.c | 435 unsigned long contextId = context->id; local 463 crHashtableDelete(stub.contextTable, contextId, NULL); 1381 stubDestroyContext( unsigned long contextId ) 1394 context = (ContextInfo *) crHashtableSearch(stub.contextTable, contextId);
|
Completed in 34 milliseconds