Searched refs:_mesa_make_current (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.c355 _mesa_make_current(ctx, dri_draw->driverPrivate,
360 _mesa_make_current(NULL, NULL, NULL);
370 _mesa_make_current(NULL, NULL, NULL);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.c355 _mesa_make_current(ctx, dri_draw->driverPrivate,
360 _mesa_make_current(NULL, NULL, NULL);
370 _mesa_make_current(NULL, NULL, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c254 _mesa_make_current(NULL, NULL, NULL);
303 _mesa_make_current(NULL, NULL, NULL);
602 _mesa_make_current(NULL, NULL, NULL);
632 _mesa_make_current(&radeon->glCtx, drfb, readfb);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c255 _mesa_make_current(NULL, NULL, NULL);
304 _mesa_make_current(NULL, NULL, NULL);
603 _mesa_make_current(NULL, NULL, NULL);
633 _mesa_make_current(&radeon->glCtx, drfb, readfb);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_context.c615 _mesa_make_current(NULL, NULL, NULL);
647 _mesa_make_current(ctx, fb, readFb);
656 _mesa_make_current(NULL, NULL, NULL);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_context.c615 _mesa_make_current(NULL, NULL, NULL);
647 _mesa_make_current(ctx, fb, readFb);
656 _mesa_make_current(NULL, NULL, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dcontext.h128 _mesa_make_current( struct gl_context *ctx, struct gl_framebuffer *drawBuffer,
H A Dcontext.c1333 _mesa_make_current(ctx, NULL, NULL);
1407 _mesa_make_current(NULL, NULL, NULL);
1687 _mesa_make_current( struct gl_context *newCtx, function in typeref:typename:GLboolean
1694 _mesa_debug(newCtx, "_mesa_make_current()\n");
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_manager.c1086 ret = _mesa_make_current(st->ctx, &stdraw->Base, &stread->Base);
1094 ret = _mesa_make_current(st->ctx, incomplete, incomplete);
1114 ret = _mesa_make_current(ctx, NULL, NULL);
1118 ret = _mesa_make_current(NULL, NULL, NULL);
H A Dst_context.c952 _mesa_make_current(ctx, NULL, NULL);
1012 _mesa_make_current(NULL, NULL, NULL);
1015 _mesa_make_current(save_ctx, save_drawbuffer, save_readbuffer);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_manager.c1106 ret = _mesa_make_current(st->ctx, &stdraw->Base, &stread->Base);
1114 ret = _mesa_make_current(st->ctx, incomplete, incomplete);
1134 ret = _mesa_make_current(ctx, NULL, NULL);
1138 ret = _mesa_make_current(NULL, NULL, NULL);
H A Dst_context.c1134 _mesa_make_current(ctx, NULL, NULL);
1195 _mesa_make_current(NULL, NULL, NULL);
1198 _mesa_make_current(save_ctx, save_drawbuffer, save_readbuffer);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dcontext.h109 _mesa_make_current( struct gl_context *ctx, struct gl_framebuffer *drawBuffer,
H A Dcontext.c1237 _mesa_make_current(ctx, NULL, NULL);
1312 _mesa_make_current(NULL, NULL, NULL);
1586 _mesa_make_current( struct gl_context *newCtx, function in typeref:typename:GLboolean
1593 _mesa_debug(newCtx, "_mesa_make_current()\n");
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/swrast/
H A Dswrast.c892 _mesa_make_current( mesaCtx,
898 _mesa_make_current( NULL, NULL, NULL );
911 _mesa_make_current(NULL, NULL, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c1166 _mesa_make_current(ctx, NULL, NULL);
1235 _mesa_make_current(NULL, NULL, NULL);
1335 _mesa_make_current(ctx, fb, readFb);
1339 _mesa_make_current(NULL, NULL, NULL);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c1248 _mesa_make_current(ctx, NULL, NULL);
1316 _mesa_make_current(NULL, NULL, NULL);
1415 _mesa_make_current(ctx, fb, readFb);
1419 _mesa_make_current(NULL, NULL, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/osmesa/
H A Dosmesa.c31 * managed by the core _mesa_make_current() and _mesa_get_current_context()
998 return _mesa_make_current(NULL, NULL, NULL);
1051 _mesa_make_current( &osmesa->mesa, osmesa->gl_buffer, osmesa->gl_buffer );
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxm_api.c1229 _mesa_make_current(&(c->mesa),
1250 _mesa_make_current( NULL, NULL, NULL );
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxm_api.c1219 _mesa_make_current(&(c->mesa),
1240 _mesa_make_current( NULL, NULL, NULL );
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.c424 _mesa_make_current(ctx, NULL, NULL);
433 _mesa_make_current(old_context, old_context->WinSysDrawBuffer, old_context->WinSysReadBuffer);
435 _mesa_make_current(NULL, NULL, NULL);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.c434 _mesa_make_current(ctx, NULL, NULL);
446 _mesa_make_current(old_context, old_context->WinSysDrawBuffer, old_context->WinSysReadBuffer);
448 _mesa_make_current(NULL, NULL, NULL);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst190 - mesa: (correctly) flush more in _mesa_make_current

Completed in 46 milliseconds