Searched refs:old_read (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglcontext.c | 561 _EGLSurface **old_draw, _EGLSurface **old_read) in _eglBindContext() argument 606 assert(old_ctx && old_draw && old_read); in _eglBindContext() 609 *old_read = prev_read; in _eglBindContext()
|
D | eglcontext.h | 78 _EGLSurface **old_draw, _EGLSurface **old_read);
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
D | eglcontext.c | 561 _EGLSurface **old_draw, _EGLSurface **old_read) in _eglBindContext() argument 606 assert(old_ctx && old_draw && old_read); in _eglBindContext() 609 *old_read = prev_read; in _eglBindContext()
|
D | eglcontext.h | 78 _EGLSurface **old_draw, _EGLSurface **old_read);
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_api.c | 494 _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() 531 if (_eglPutSurface(old_read)) in egl_g3d_make_current() 532 destroy_surface(dpy, old_read); in egl_g3d_make_current() 536 _eglBindContext(old_ctx, old_draw, old_read, &ctx, &draw, &read); in egl_g3d_make_current() 546 _eglPutSurface(old_read); in egl_g3d_make_current()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_api.c | 494 _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() 531 if (_eglPutSurface(old_read)) in egl_g3d_make_current() 532 destroy_surface(dpy, old_read); in egl_g3d_make_current() 536 _eglBindContext(old_ctx, old_draw, old_read, &ctx, &draw, &read); in egl_g3d_make_current() 546 _eglPutSurface(old_read); in egl_g3d_make_current()
|