Searched refs:_mesa_make_current (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 1236 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()
|
D | st_context.c | 937 _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/ |
D | context.h | 100 _mesa_make_current( struct gl_context *ctx, struct gl_framebuffer *drawBuffer,
|
D | context.c | 1109 _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/ |
D | 3.5 | 165 gl_make_current _mesa_make_current
|
D | 21.3.0.rst | 190 - mesa: (correctly) flush more in _mesa_make_current
|