Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcontext.c561 _EGLSurface **old_draw, _EGLSurface **old_read) in _eglBindContext() argument
606 assert(old_ctx && old_draw && old_read); in _eglBindContext()
608 *old_draw = prev_draw; in _eglBindContext()
Deglcontext.h78 _EGLSurface **old_draw, _EGLSurface **old_read);
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c494 _EGLSurface *old_draw, *old_read; in egl_g3d_make_current() local
498 if (!_eglBindContext(ctx, draw, read, &old_ctx, &old_draw, &old_read)) in egl_g3d_make_current()
529 if (_eglPutSurface(old_draw)) in egl_g3d_make_current()
530 destroy_surface(dpy, old_draw); in egl_g3d_make_current()
536 _eglBindContext(old_ctx, old_draw, old_read, &ctx, &draw, &read); in egl_g3d_make_current()
545 _eglPutSurface(old_draw); in egl_g3d_make_current()