Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c527 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) in wgl_make_current()
554 /* undo the previous _eglBindContext */ in wgl_make_current()
555 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &tmp_dsurf, &tmp_rsurf); in wgl_make_current()
585 _eglBindContext(ctx, dsurf, rsurf, &tmp_ctx, &tmp_dsurf, &tmp_rsurf); in wgl_make_current()
/third_party/mesa3d/src/egl/main/
H A Deglcontext.h79 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
H A Deglcontext.c809 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, in _eglBindContext() function
/third_party/mesa3d/src/egl/drivers/haiku/
H A Degl_haiku.cpp291 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) in haiku_make_current()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c1801 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) in dri2_make_current()
1842 /* undo the previous _eglBindContext */ in dri2_make_current()
1843 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &tmp_dsurf, &tmp_rsurf); in dri2_make_current()
1878 _eglBindContext(ctx, dsurf, rsurf, &tmp_ctx, &tmp_dsurf, &tmp_rsurf); in dri2_make_current()

Completed in 8 milliseconds