Searched refs:_eglBindContext (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglcontext.h | 76 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
|
D | eglcontext.c | 559 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, in _eglBindContext() function
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_api.c | 498 if (!_eglBindContext(ctx, draw, read, &old_ctx, &old_draw, &old_read)) in egl_g3d_make_current() 536 _eglBindContext(old_ctx, old_draw, old_read, &ctx, &draw, &read); in egl_g3d_make_current()
|
/external/mesa3d/src/egl/drivers/glx/ |
D | egl_glx.c | 771 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) in GLX_eglMakeCurrent() 793 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &dsurf, &rsurf); in GLX_eglMakeCurrent()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 899 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) in dri2_make_current() 927 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &dsurf, &rsurf); in dri2_make_current()
|