Searched defs:old_read (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);
609 *old_read = prev_read;
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);
609 *old_read = prev_read;
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))
531 if (_eglPutSurface(old_read))
532 destroy_surface(dpy, old_read);
536 _eglBindContext(old_ctx, old_draw, old_read, &ctx, &draw, &read);
546 _eglPutSurface(old_read);
/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))
531 if (_eglPutSurface(old_read))
532 destroy_surface(dpy, old_read);
536 _eglBindContext(old_ctx, old_draw, old_read, &ctx, &draw, &read);
546 _eglPutSurface(old_read);

Completed in 994 milliseconds