Lines Matching refs:CurrentServerDispatch
13769 ctx->CurrentServerDispatch = ctx->Save; in _mesa_NewList()
13770 _glapi_set_dispatch(ctx->CurrentServerDispatch); in _mesa_NewList()
13772 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch; in _mesa_NewList()
13828 ctx->CurrentServerDispatch = ctx->Exec; in _mesa_EndList()
13829 _glapi_set_dispatch(ctx->CurrentServerDispatch); in _mesa_EndList()
13831 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch; in _mesa_EndList()
13867 ctx->CurrentServerDispatch = ctx->Save; in _mesa_CallList()
13868 _glapi_set_dispatch(ctx->CurrentServerDispatch); in _mesa_CallList()
13870 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch; in _mesa_CallList()
13993 ctx->CurrentServerDispatch = ctx->Save; in _mesa_CallLists()
13994 _glapi_set_dispatch(ctx->CurrentServerDispatch); in _mesa_CallLists()
13996 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch; in _mesa_CallLists()