Searched refs:oldCtx (Results 1 – 1 of 1) sorted by relevance
589 _EGLContext *oldCtx; in _eglBindContextToThread() local591 oldCtx = t->CurrentContext; in _eglBindContextToThread()592 if (ctx != oldCtx) { in _eglBindContextToThread()593 if (oldCtx) in _eglBindContextToThread()594 oldCtx->Binding = NULL; in _eglBindContextToThread()601 return oldCtx; in _eglBindContextToThread()