Lines Matching defs:dispatch
47 * commands through the Exec dispatch table, or fix up the copied
113 #include "main/dispatch.h"
974 struct _glapi_table *dispatch = GET_DISPATCH();
992 _glapi_set_dispatch(dispatch);
1622 struct _glapi_table *dispatch = ctx->CurrentServerDispatch;
1625 CALL_Vertex2f(dispatch, (x1, y1));
1626 CALL_Vertex2f(dispatch, (x2, y1));
1627 CALL_Vertex2f(dispatch, (x2, y2));
1628 CALL_Vertex2f(dispatch, (x1, y2));
1629 CALL_End(dispatch, ());
1883 struct _glapi_table *dispatch = ctx->CurrentServerDispatch;
1894 CALL_DrawElements(dispatch, (mode, count[i], type, indices[i]));
1908 struct _glapi_table *dispatch = ctx->CurrentServerDispatch;
1919 CALL_DrawElementsBaseVertex(dispatch, (mode, count[i], type,