Searched refs:CurrentServerDispatch (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/prebuilt-intermediates/main/ |
D | marshal_generated.c | 58 CALL_MapGrid1d(ctx->CurrentServerDispatch, (un, u1, u2)); in _mesa_unmarshal_MapGrid1d() 78 CALL_MapGrid1d(ctx->CurrentServerDispatch, (un, u1, u2)); in _mesa_marshal_MapGrid1d() 96 CALL_MapGrid1f(ctx->CurrentServerDispatch, (un, u1, u2)); in _mesa_unmarshal_MapGrid1f() 116 CALL_MapGrid1f(ctx->CurrentServerDispatch, (un, u1, u2)); in _mesa_marshal_MapGrid1f() 139 CALL_ProgramUniform3i64vARB(ctx->CurrentServerDispatch, (program, location, count, value)); in _mesa_unmarshal_ProgramUniform3i64vARB() 166 CALL_ProgramUniform3i64vARB(ctx->CurrentServerDispatch, (program, location, count, value)); in _mesa_marshal_ProgramUniform3i64vARB() 177 …return CALL_GetProgramResourceLocationIndex(ctx->CurrentServerDispatch, (program, programInterface… in _mesa_marshal_GetProgramResourceLocationIndex() 193 CALL_TexCoordP1ui(ctx->CurrentServerDispatch, (type, coords)); in _mesa_unmarshal_TexCoordP1ui() 212 CALL_TexCoordP1ui(ctx->CurrentServerDispatch, (type, coords)); in _mesa_marshal_TexCoordP1ui() 223 CALL_PolygonStipple(ctx->CurrentServerDispatch, (mask)); in _mesa_marshal_PolygonStipple() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | marshal.c | 46 CALL_Flush(ctx->CurrentServerDispatch, ()); in _mesa_unmarshal_Flush() 80 CALL_Enable(ctx->CurrentServerDispatch, (cap)); in _mesa_unmarshal_Enable() 103 CALL_Enable(ctx->CurrentServerDispatch, (cap)); in _mesa_marshal_Enable() 131 CALL_ShaderSource(ctx->CurrentServerDispatch, in _mesa_unmarshal_ShaderSource() 191 CALL_ShaderSource(ctx->CurrentServerDispatch, in _mesa_marshal_ShaderSource() 267 CALL_BindBuffer(ctx->CurrentServerDispatch, (target, buffer)); in _mesa_unmarshal_BindBuffer() 287 CALL_BindBuffer(ctx->CurrentServerDispatch, (target, buffer)); in _mesa_marshal_BindBuffer() 316 CALL_BufferData(ctx->CurrentServerDispatch, (target, size, data, usage)); in _mesa_unmarshal_BufferData() 351 CALL_BufferData(ctx->CurrentServerDispatch, in _mesa_marshal_BufferData() 375 CALL_BufferSubData(ctx->CurrentServerDispatch, in _mesa_unmarshal_BufferSubData() [all …]
|
D | robustness.c | 104 ctx->CurrentServerDispatch = ctx->ContextLost; in _mesa_set_context_lost_dispatch() 105 _glapi_set_dispatch(ctx->CurrentServerDispatch); in _mesa_set_context_lost_dispatch()
|
D | glthread.c | 50 _glapi_set_dispatch(ctx->CurrentServerDispatch); in glthread_unmarshal_batch() 137 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch; in _mesa_glthread_restore_dispatch()
|
D | dlist.c | 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() [all …]
|
D | varray.c | 1897 CALL_DrawArrays(ctx->CurrentServerDispatch, ( m, first[i], count[i] )); in _mesa_MultiModeDrawArraysIBM() 1919 CALL_DrawElements(ctx->CurrentServerDispatch, ( m, count[i], type, in _mesa_MultiModeDrawElementsIBM()
|
D | context.c | 1232 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch = ctx->OutsideBeginEnd; in _mesa_initialize_context()
|
D | mtypes.h | 4741 struct _glapi_table *CurrentServerDispatch; member
|