Home
last modified time | relevance | path

Searched refs:_eglBindContext (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/egl/main/
Deglcontext.h76 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
Deglcontext.c559 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, in _eglBindContext() function
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c498 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/
Degl_glx.c771 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/
Degl_dri2.c899 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()