Home
last modified time | relevance | path

Searched refs:CurrentClientDispatch (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dglthread.c140 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()
Dcontext.c1039 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()
Dmtypes.h3301 struct _glapi_table *CurrentClientDispatch; member
Ddlist.c13517 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()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_api.c860 } 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()