Searched refs:_eglBindContext (Results 1 - 5 of 5) sorted by relevance
/external/mesa3d/src/egl/main/ |
H A D | eglcontext.h | 76 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
|
H A D | eglcontext.c | 559 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, function
|
/external/mesa3d/src/egl/drivers/glx/ |
H A D | egl_glx.c | 771 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) 792 /* undo the previous _eglBindContext */ 793 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &dsurf, &rsurf);
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
H A D | egl_g3d_api.c | 498 if (!_eglBindContext(ctx, draw, read, &old_ctx, &old_draw, &old_read)) 535 /* undo the previous _eglBindContext */ 536 _eglBindContext(old_ctx, old_draw, old_read, &ctx, &draw, &read);
|
/external/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 899 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) 926 /* undo the previous _eglBindContext */ 927 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &dsurf, &rsurf);
|
Completed in 205 milliseconds