Lines Matching defs:dispatch
37 #include "dispatch.h"
1343 struct _glapi_table *dispatch = ctx->CurrentServerDispatch;
1344 CALL_Vertex2f(dispatch, (x1, y1));
1345 CALL_Vertex2f(dispatch, (x2, y1));
1346 CALL_Vertex2f(dispatch, (x2, y2));
1347 CALL_Vertex2f(dispatch, (x1, y2));
1348 CALL_End(dispatch, ());
1426 struct _glapi_table *dispatch = ctx->CurrentServerDispatch;
1428 CALL_EvalCoord1f(dispatch, (u));
1430 CALL_End(dispatch, ());
1461 struct _glapi_table *dispatch;
1467 dispatch = ctx->CurrentServerDispatch;
1470 CALL_EvalCoord2f(dispatch, (u, v));
1473 CALL_End(dispatch, ());
1479 dispatch = ctx->CurrentServerDispatch;
1481 CALL_EvalCoord2f(dispatch, (u, v));
1483 CALL_End(dispatch, ());
1488 dispatch = ctx->CurrentServerDispatch;
1490 CALL_EvalCoord2f(dispatch, (u, v));
1492 CALL_End(dispatch, ());
1499 dispatch = ctx->CurrentServerDispatch;
1501 CALL_EvalCoord2f(dispatch, (u, v));
1502 CALL_EvalCoord2f(dispatch, (u, v + dv));
1504 CALL_End(dispatch, ());