Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcontext.c817 _EGLContext *prev_ctx; in _eglBindContext() local
829 prev_ctx = _eglBindContextToThread(ctx, t); in _eglBindContext()
832 if (prev_ctx) { in _eglBindContext()
833 prev_draw = prev_ctx->DrawSurface; in _eglBindContext()
834 prev_read = prev_ctx->ReadSurface; in _eglBindContext()
841 prev_ctx->DrawSurface = NULL; in _eglBindContext()
842 prev_ctx->ReadSurface = NULL; in _eglBindContext()
860 *old_ctx = prev_ctx; in _eglBindContext()
/external/libaom/libaom/av1/encoder/
Dencodeframe.c2511 PICK_MODE_CONTEXT *prev_ctx, in rd_try_subblock() argument
2518 if (cpi->sf.mv_sf.adaptive_motion_search) load_pred_mv(x, prev_ctx); in rd_try_subblock()