Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common_context.c230 _mesa_make_current(NULL, NULL, NULL); in radeonDestroyContext()
284 _mesa_make_current(NULL, NULL, NULL); in radeonUnbindContext()
583 _mesa_make_current(NULL, NULL, NULL); in radeonMakeCurrent()
613 _mesa_make_current(radeon->glCtx, drfb, readfb); in radeonMakeCurrent()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common_context.c230 _mesa_make_current(NULL, NULL, NULL); in radeonDestroyContext()
284 _mesa_make_current(NULL, NULL, NULL); in radeonUnbindContext()
583 _mesa_make_current(NULL, NULL, NULL); in radeonMakeCurrent()
613 _mesa_make_current(radeon->glCtx, drfb, readfb); in radeonMakeCurrent()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c365 _mesa_make_current(ctx, dri_draw->driverPrivate, in nouveau_context_make_current()
370 _mesa_make_current(NULL, NULL, NULL); in nouveau_context_make_current()
380 _mesa_make_current(NULL, NULL, NULL); in nouveau_context_unbind()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c847 _mesa_make_current(NULL, NULL, NULL); in intelUnbindContext()
887 _mesa_make_current(&intel->ctx, fb, readFb); in intelMakeCurrent()
896 _mesa_make_current(NULL, NULL, NULL); in intelMakeCurrent()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c871 _mesa_make_current( mesaCtx, in dri_make_current()
877 _mesa_make_current( NULL, NULL, NULL ); in dri_make_current()
890 _mesa_make_current(NULL, NULL, NULL); in dri_unbind_context()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_context.c847 _mesa_make_current(NULL, NULL, NULL); in intelUnbindContext()
887 _mesa_make_current(&intel->ctx, fb, readFb); in intelMakeCurrent()
896 _mesa_make_current(NULL, NULL, NULL); in intelMakeCurrent()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c738 ret = _mesa_make_current(st->ctx, &stdraw->Base, &stread->Base); in st_api_make_current()
746 ret = _mesa_make_current(st->ctx, incomplete, incomplete); in st_api_make_current()
753 ret = _mesa_make_current(NULL, NULL, NULL); in st_api_make_current()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_context.c847 _mesa_make_current(NULL, NULL, NULL); in intelUnbindContext()
887 _mesa_make_current(&intel->ctx, fb, readFb); in intelMakeCurrent()
896 _mesa_make_current(NULL, NULL, NULL); in intelMakeCurrent()
/external/mesa3d/src/mesa/main/
Dcontext.h137 _mesa_make_current( struct gl_context *ctx, struct gl_framebuffer *drawBuffer,
Dcontext.c1106 _mesa_make_current(ctx, NULL, NULL); in _mesa_free_context_data()
1168 _mesa_make_current(NULL, NULL, NULL); in _mesa_free_context_data()
1417 _mesa_make_current( struct gl_context *newCtx, in _mesa_make_current() function
/external/mesa3d/docs/
DRELNOTES-3.5165 gl_make_current _mesa_make_current
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwmesa.c1228 _mesa_make_current(&c->gl_ctx, &pwfb->Base, &pwfb->Base); in WMesaMakeCurrent()
1230 _mesa_make_current(NULL, NULL, NULL); in WMesaMakeCurrent()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_api.c1230 _mesa_make_current(&(c->mesa), in XMesaMakeCurrent2()
1251 _mesa_make_current( NULL, NULL, NULL ); in XMesaMakeCurrent2()
/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c913 _mesa_make_current( &osmesa->mesa, osmesa->gl_buffer, osmesa->gl_buffer ); in OSMesaMakeCurrent()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c441 _mesa_make_current(ctx, NULL, NULL); in _mesa_meta_free()
447 _mesa_make_current(old_context, old_context->WinSysDrawBuffer, old_context->WinSysReadBuffer); in _mesa_meta_free()
449 _mesa_make_current(NULL, NULL, NULL); in _mesa_meta_free()