Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c355 _mesa_make_current(ctx, dri_draw->driverPrivate, in nouveau_context_make_current()
360 _mesa_make_current(NULL, NULL, NULL); in nouveau_context_make_current()
370 _mesa_make_current(NULL, NULL, NULL); in nouveau_context_unbind()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common_context.c254 _mesa_make_current(NULL, NULL, NULL); in radeonDestroyContext()
303 _mesa_make_current(NULL, NULL, NULL); in radeonUnbindContext()
602 _mesa_make_current(NULL, NULL, NULL); in radeonMakeCurrent()
632 _mesa_make_current(&radeon->glCtx, drfb, readfb); in radeonMakeCurrent()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common_context.c254 _mesa_make_current(NULL, NULL, NULL); in radeonDestroyContext()
303 _mesa_make_current(NULL, NULL, NULL); in radeonUnbindContext()
602 _mesa_make_current(NULL, NULL, NULL); in radeonMakeCurrent()
632 _mesa_make_current(&radeon->glCtx, drfb, readfb); in radeonMakeCurrent()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c614 _mesa_make_current(NULL, NULL, NULL); in intelUnbindContext()
646 _mesa_make_current(ctx, fb, readFb); in intelMakeCurrent()
655 _mesa_make_current(NULL, NULL, NULL); in intelMakeCurrent()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c899 _mesa_make_current( mesaCtx, in dri_make_current()
905 _mesa_make_current( NULL, NULL, NULL ); in dri_make_current()
918 _mesa_make_current(NULL, NULL, NULL); in dri_unbind_context()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c1082 ret = _mesa_make_current(st->ctx, &stdraw->Base, &stread->Base); in st_api_make_current()
1090 ret = _mesa_make_current(st->ctx, incomplete, incomplete); in st_api_make_current()
1110 ret = _mesa_make_current(ctx, NULL, NULL); in st_api_make_current()
1114 ret = _mesa_make_current(NULL, NULL, NULL); in st_api_make_current()
Dst_context.c1098 _mesa_make_current(ctx, NULL, NULL); in st_destroy_context()
1159 _mesa_make_current(NULL, NULL, NULL); in st_destroy_context()
1162 _mesa_make_current(save_ctx, save_drawbuffer, save_readbuffer); in st_destroy_context()
/external/mesa3d/src/mesa/main/
Dcontext.h131 _mesa_make_current( struct gl_context *ctx, struct gl_framebuffer *drawBuffer,
Dcontext.c1323 _mesa_make_current(ctx, NULL, NULL); in _mesa_free_context_data()
1397 _mesa_make_current(NULL, NULL, NULL); in _mesa_free_context_data()
1688 _mesa_make_current( struct gl_context *newCtx, in _mesa_make_current() function
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c1194 _mesa_make_current(ctx, NULL, NULL); in intelDestroyContext()
1263 _mesa_make_current(NULL, NULL, NULL); in intelUnbindContext()
1363 _mesa_make_current(ctx, fb, readFb); in intelMakeCurrent()
1367 _mesa_make_current(NULL, NULL, NULL); in intelMakeCurrent()
/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c1001 return _mesa_make_current(NULL, NULL, NULL); in OSMesaMakeCurrent()
1054 _mesa_make_current( &osmesa->mesa, osmesa->gl_buffer, osmesa->gl_buffer ); in OSMesaMakeCurrent()
/external/mesa3d/docs/relnotes/
D3.5165 gl_make_current _mesa_make_current
/external/mesa3d/src/mesa/drivers/x11/
Dxm_api.c1227 _mesa_make_current(&(c->mesa), in XMesaMakeCurrent2()
1248 _mesa_make_current( NULL, NULL, NULL ); in XMesaMakeCurrent2()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c433 _mesa_make_current(ctx, NULL, NULL); in _mesa_meta_free()
445 _mesa_make_current(old_context, old_context->WinSysDrawBuffer, old_context->WinSysReadBuffer); in _mesa_meta_free()
447 _mesa_make_current(NULL, NULL, NULL); in _mesa_meta_free()