Searched refs:oldCtx (Results 1 – 1 of 1) sorted by relevance
685 _EGLContext *oldCtx; in _eglBindContextToThread() local687 oldCtx = t->CurrentContext; in _eglBindContextToThread()688 if (ctx != oldCtx) { in _eglBindContextToThread()689 if (oldCtx) in _eglBindContextToThread()690 oldCtx->Binding = NULL; in _eglBindContextToThread()697 return oldCtx; in _eglBindContextToThread()