Searched defs:old_draw (Results 1 - 4 of 4) sorted by relevance

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

Completed in 395 milliseconds