Searched refs:_eglBindContext (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglcontext.h | 81 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
|
| H A D | eglcontext.c | 808 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, function in typeref:typename:EGLBoolean
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | eglcontext.h | 81 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
|
| H A D | eglcontext.c | 812 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, function in typeref:typename:EGLBoolean
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/ |
| H A D | egl_wgl.c | 538 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 D | egl_haiku.cpp | 294 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf))
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/haiku/ |
| H A D | egl_haiku.cpp | 291 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf))
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 1480 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 D | egl_dri2.c | 1783 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