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

/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcontext.c455 _EGLContext *oldCtx; local
460 oldCtx = t->CurrentContexts[apiIndex];
461 if (ctx != oldCtx) {
462 if (oldCtx)
463 oldCtx->Binding = NULL;
470 return oldCtx;
/external/mesa3d/src/egl/main/
H A Deglcontext.c455 _EGLContext *oldCtx; local
460 oldCtx = t->CurrentContexts[apiIndex];
461 if (ctx != oldCtx) {
462 if (oldCtx)
463 oldCtx->Binding = NULL;
470 return oldCtx;

Completed in 284 milliseconds