Searched refs:old_draw (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
H A D | eglcontext.h | 78 _EGLSurface **old_draw, _EGLSurface **old_read);
|
H A D | eglcontext.c | 561 _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 D | eglcontext.h | 78 _EGLSurface **old_draw, _EGLSurface **old_read);
|
H A D | eglcontext.c | 561 _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 D | egl_g3d_api.c | 494 _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 D | egl_g3d_api.c | 494 _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 111 milliseconds