Lines Matching refs:CurrentServerDispatch
9345 ctx->CurrentServerDispatch = ctx->Save; in _mesa_NewList()
9346 _glapi_set_dispatch(ctx->CurrentServerDispatch); in _mesa_NewList()
9348 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch; in _mesa_NewList()
9404 ctx->CurrentServerDispatch = ctx->Exec; in _mesa_EndList()
9405 _glapi_set_dispatch(ctx->CurrentServerDispatch); in _mesa_EndList()
9407 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch; in _mesa_EndList()
9443 ctx->CurrentServerDispatch = ctx->Save; in _mesa_CallList()
9444 _glapi_set_dispatch(ctx->CurrentServerDispatch); in _mesa_CallList()
9446 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch; in _mesa_CallList()
9569 ctx->CurrentServerDispatch = ctx->Save; in _mesa_CallLists()
9570 _glapi_set_dispatch(ctx->CurrentServerDispatch); in _mesa_CallLists()
9572 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch; in _mesa_CallLists()