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

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglcontext.c714 _EGLContext *oldCtx; local in function:_eglBindContextToThread
716 oldCtx = t->CurrentContext;
717 if (ctx != oldCtx) {
718 if (oldCtx)
719 oldCtx->Binding = NULL;
726 return oldCtx;
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglcontext.c718 _EGLContext *oldCtx; local in function:_eglBindContextToThread
720 oldCtx = t->CurrentContext;
721 if (ctx != oldCtx) {
722 if (oldCtx)
723 oldCtx->Binding = NULL;
730 return oldCtx;

Completed in 3 milliseconds