Searched refs:_eglBindContext (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglcontext.h | 81 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
|
D | eglcontext.c | 683 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, in _eglBindContext() function
|
/external/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 292 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) in haiku_make_current()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 1303 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()
|