Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Deglcontext.c811 _EGLSurface **old_draw, _EGLSurface **old_read) in _eglBindContext() argument
856 assert(old_ctx && old_draw && old_read); in _eglBindContext()
858 *old_draw = prev_draw; in _eglBindContext()
Deglcontext.h81 _EGLSurface **old_draw, _EGLSurface **old_read);