Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcontext.c781 _EGLSurface **old_draw, _EGLSurface **old_read) in _eglBindContext() argument
826 assert(old_ctx && old_draw && old_read); in _eglBindContext()
828 *old_draw = prev_draw; in _eglBindContext()
Deglcontext.h86 _EGLSurface **old_draw, _EGLSurface **old_read);