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/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/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/i915/
Dintel_context.c618 _mesa_make_current(NULL, NULL, NULL); in intelUnbindContext()
650 _mesa_make_current(ctx, fb, readFb); in intelMakeCurrent()
659 _mesa_make_current(NULL, NULL, NULL); in intelMakeCurrent()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c893 _mesa_make_current( mesaCtx, in dri_make_current()
899 _mesa_make_current( NULL, NULL, NULL ); in dri_make_current()
912 _mesa_make_current(NULL, NULL, NULL); in dri_unbind_context()
/external/mesa3d/src/mesa/main/
Dcontext.h127 _mesa_make_current( struct gl_context *ctx, struct gl_framebuffer *drawBuffer,
Dcontext.c1310 _mesa_make_current(ctx, NULL, NULL); in _mesa_free_context_data()
1378 _mesa_make_current(NULL, NULL, NULL); in _mesa_free_context_data()
1656 _mesa_make_current( struct gl_context *newCtx, in _mesa_make_current() function
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c1047 ret = _mesa_make_current(st->ctx, &stdraw->Base, &stread->Base); in st_api_make_current()
1055 ret = _mesa_make_current(st->ctx, incomplete, incomplete); in st_api_make_current()
1067 ret = _mesa_make_current(NULL, NULL, NULL); in st_api_make_current()
Dst_context.c632 _mesa_make_current(ctx, NULL, NULL); in st_destroy_context()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c1146 _mesa_make_current(NULL, NULL, NULL); in intelUnbindContext()
1246 _mesa_make_current(ctx, fb, readFb); in intelMakeCurrent()
1248 _mesa_make_current(NULL, NULL, NULL); in intelMakeCurrent()
/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c996 return _mesa_make_current(NULL, NULL, NULL); in OSMesaMakeCurrent()
1055 _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.c1232 _mesa_make_current(&(c->mesa), in XMesaMakeCurrent2()
1253 _mesa_make_current( NULL, NULL, NULL ); in XMesaMakeCurrent2()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c418 _mesa_make_current(ctx, NULL, NULL); in _mesa_meta_free()
426 _mesa_make_current(old_context, old_context->WinSysDrawBuffer, old_context->WinSysReadBuffer); in _mesa_meta_free()
428 _mesa_make_current(NULL, NULL, NULL); in _mesa_meta_free()