Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
H A Deglcontext.c814 _EGLContext *prev_ctx; in _eglBindContext() local
826 prev_ctx = _eglBindContextToThread(ctx, t); in _eglBindContext()
829 if (prev_ctx) { in _eglBindContext()
830 prev_draw = prev_ctx->DrawSurface; in _eglBindContext()
831 prev_read = prev_ctx->ReadSurface; in _eglBindContext()
838 prev_ctx->DrawSurface = NULL; in _eglBindContext()
839 prev_ctx->ReadSurface = NULL; in _eglBindContext()
857 *old_ctx = prev_ctx; in _eglBindContext()

Completed in 3 milliseconds