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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dstub.h278 * if (stub_initialized) stubSetCurrentContext(NULL);
292 # define stubSetCurrentContext(_ctx) VBoxTlsRefSetCurrent(ContextInfo, &g_stubCurrentContextTSD, _ctx) macro
295 # define stubSetCurrentContext(_ctx) do { stub.currentContext = (_ctx); } while (0) macro

Completed in 67 milliseconds