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

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_init.c18 CRContext *__currentContext = NULL; variable
525 __currentContext = NULL;
543 __currentContext = defaultContext;
595 * so that the downstream GL machine (represented by the __currentContext
597 * we point __currentContext to the new context.
614 * then set the __currentContext pointer to point to the default context.
685 __currentContext = defaultContext;
736 __currentContext = ctx;
760 __currentContext = ctx;

Completed in 34 milliseconds