Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcontext.c685 _EGLSurface **old_draw, _EGLSurface **old_read) in _eglBindContext() argument
730 assert(old_ctx && old_draw && old_read); in _eglBindContext()
732 *old_draw = prev_draw; in _eglBindContext()
Deglcontext.h83 _EGLSurface **old_draw, _EGLSurface **old_read);