Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcontext.h81 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
Deglcontext.c683 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, in _eglBindContext() function
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp292 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) in haiku_make_current()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1303 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) { in dri2_make_current()
1338 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &tmp_dsurf, &tmp_rsurf); in dri2_make_current()