Home
last modified time | relevance | path

Searched refs:oldCtx (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/egl/main/
Deglcontext.c718 _EGLContext *oldCtx; in _eglBindContextToThread() local
720 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()