Searched refs:_eglBindContext (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/egl/drivers/wgl/ |
H A D | egl_wgl.c | 527 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 D | eglcontext.h | 79 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
|
H A D | eglcontext.c | 809 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, in _eglBindContext() function
|
/third_party/mesa3d/src/egl/drivers/haiku/ |
H A D | egl_haiku.cpp | 291 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) in haiku_make_current()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 1801 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