Home
last modified time | relevance | path

Searched refs:_mesa_make_current (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_manager.c1236 ret = _mesa_make_current(st->ctx, stdraw, stread); in st_api_make_current()
1244 ret = _mesa_make_current(st->ctx, incomplete, incomplete); in st_api_make_current()
1264 ret = _mesa_make_current(ctx, NULL, NULL); in st_api_make_current()
1268 ret = _mesa_make_current(NULL, NULL, NULL); in st_api_make_current()
Dst_context.c937 _mesa_make_current(ctx, NULL, NULL); in st_destroy_context()
1004 _mesa_make_current(NULL, NULL, NULL); in st_destroy_context()
1007 _mesa_make_current(save_ctx, save_drawbuffer, save_readbuffer); in st_destroy_context()
/third_party/mesa3d/src/mesa/main/
Dcontext.h100 _mesa_make_current( struct gl_context *ctx, struct gl_framebuffer *drawBuffer,
Dcontext.c1109 _mesa_make_current(ctx, NULL, NULL); in _mesa_free_context_data()
1187 _mesa_make_current(NULL, NULL, NULL); in _mesa_free_context_data()
1461 _mesa_make_current( struct gl_context *newCtx, in _mesa_make_current() function
/third_party/mesa3d/docs/relnotes/
D3.5165 gl_make_current _mesa_make_current
D21.3.0.rst190 - mesa: (correctly) flush more in _mesa_make_current