Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcontext.c818 _EGLSurface *prev_draw, *prev_read; in _eglBindContext() local
833 prev_draw = prev_ctx->DrawSurface; in _eglBindContext()
836 if (prev_draw) in _eglBindContext()
837 prev_draw->CurrentContext = NULL; in _eglBindContext()
845 prev_draw = prev_read = NULL; in _eglBindContext()
861 *old_draw = prev_draw; in _eglBindContext()