Searched refs:CurrentClientDispatch (Results 1 – 5 of 5) sorted by relevance
140 ctx->CurrentClientDispatch = ctx->MarshalExec; in _mesa_glthread_init()180 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch; in _mesa_glthread_destroy()184 _glapi_set_dispatch(ctx->CurrentClientDispatch); in _mesa_glthread_destroy()234 _glapi_set_dispatch(ctx->CurrentClientDispatch); in _mesa_glthread_flush_batch()
1039 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch = ctx->OutsideBeginEnd; in _mesa_initialize_context()1517 _glapi_set_dispatch(newCtx->CurrentClientDispatch); in _mesa_make_current()1632 return ctx->CurrentClientDispatch; in _mesa_get_dispatch()
3301 struct _glapi_table *CurrentClientDispatch; member
13517 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch; in _mesa_NewList()13729 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch; in _mesa_EndList()13771 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch; in _mesa_CallList()13957 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch; in _mesa_CallLists()
860 } else if (ctx->CurrentClientDispatch == ctx->OutsideBeginEnd) { in _mesa_Begin()861 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch = ctx->Exec; in _mesa_Begin()862 _glapi_set_dispatch(ctx->CurrentClientDispatch); in _mesa_Begin()864 assert(ctx->CurrentClientDispatch == ctx->Save); in _mesa_Begin()922 } else if (ctx->CurrentClientDispatch == ctx->BeginEnd || in _mesa_End()923 ctx->CurrentClientDispatch == ctx->HWSelectModeBeginEnd) { in _mesa_End()924 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch = ctx->Exec; in _mesa_End()925 _glapi_set_dispatch(ctx->CurrentClientDispatch); in _mesa_End()