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

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglcontext.h81 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
H A Deglcontext.c808 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, function in typeref:typename:EGLBoolean
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglcontext.h81 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
H A Deglcontext.c812 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, function in typeref:typename:EGLBoolean
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/
H A Degl_wgl.c538 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf))
577 /* undo the previous _eglBindContext */
578 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &tmp_dsurf, &tmp_rsurf);
615 _eglBindContext(ctx, dsurf, rsurf, &tmp_ctx, &tmp_dsurf, &tmp_rsurf);
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/haiku/
H A Degl_haiku.cpp294 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf))
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/haiku/
H A Degl_haiku.cpp291 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf))
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1480 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) {
1481 /* _eglBindContext already sets the EGL error (in _eglCheckMakeCurrent) */
1516 /* undo the previous _eglBindContext */
1517 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &tmp_dsurf, &tmp_rsurf);
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1783 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf))
1820 /* undo the previous _eglBindContext */
1821 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &tmp_dsurf, &tmp_rsurf);
1856 _eglBindContext(ctx, dsurf, rsurf, &tmp_ctx, &tmp_dsurf, &tmp_rsurf);

Completed in 16 milliseconds