Searched refs:oldCtx (Results 1 – 1 of 1) sorted by relevance
718 _EGLContext *oldCtx; in _eglBindContextToThread() local720 oldCtx = t->CurrentContext; in _eglBindContextToThread()721 if (ctx != oldCtx) { in _eglBindContextToThread()722 if (oldCtx) in _eglBindContextToThread()723 oldCtx->Binding = NULL; in _eglBindContextToThread()730 return oldCtx; in _eglBindContextToThread()