Lines Matching refs:CurrentContext
720 oldCtx = t->CurrentContext;
727 t->CurrentContext = ctx;
769 if (draw && draw->CurrentContext && draw->CurrentContext != ctx) {
770 if (draw->CurrentContext->Binding != t)
773 if (read && read->CurrentContext && read->CurrentContext != ctx) {
774 if (read->CurrentContext->Binding != t)
834 prev_draw->CurrentContext = NULL;
836 prev_read->CurrentContext = NULL;
848 draw->CurrentContext = ctx;
850 read->CurrentContext = ctx;