Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglthread.c95 ctx->CurrentClientDispatch = ctx->MarshalExec; in _mesa_glthread_init()
137 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch; in _mesa_glthread_restore_dispatch()
138 _glapi_set_dispatch(ctx->CurrentClientDispatch); in _mesa_glthread_restore_dispatch()
160 _glapi_set_dispatch(ctx->CurrentClientDispatch); in _mesa_glthread_flush_batch()
Dcontext.c1232 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch = ctx->OutsideBeginEnd; in _mesa_initialize_context()
1709 _glapi_set_dispatch(newCtx->CurrentClientDispatch); in _mesa_make_current()
1822 return ctx->CurrentClientDispatch; in _mesa_get_dispatch()
Dmtypes.h4735 struct _glapi_table *CurrentClientDispatch; member
Ddlist.c9348 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch; in _mesa_NewList()
9407 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch; in _mesa_EndList()
9446 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch; in _mesa_CallList()
9572 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch; in _mesa_CallLists()
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_api.c811 if (ctx->CurrentClientDispatch == ctx->OutsideBeginEnd) { in vbo_exec_Begin()
812 ctx->CurrentClientDispatch = ctx->BeginEnd; in vbo_exec_Begin()
813 _glapi_set_dispatch(ctx->CurrentClientDispatch); in vbo_exec_Begin()
815 assert(ctx->CurrentClientDispatch == ctx->Save); in vbo_exec_Begin()
863 if (ctx->CurrentClientDispatch == ctx->BeginEnd) { in vbo_exec_End()
864 ctx->CurrentClientDispatch = ctx->OutsideBeginEnd; in vbo_exec_End()
865 _glapi_set_dispatch(ctx->CurrentClientDispatch); in vbo_exec_End()