Lines Matching refs:dispatch
27 * This is the GLX API dispatcher. It uses a dispatch table but that's
69 #define DISPATCH(FUNC, ARGS, MESSAGE) \
85 /* Display -> Dispatch caching */
96 /* search list of display/dispatch pairs for this display */
109 /* Setup the dispatch table */
1145 * Return size of the GLX dispatch table, in entries, not bytes.
1162 * Initialize all functions in given dispatch table to be no-ops
1168 nop_func *dispatch = (nop_func *) t;
1172 dispatch[i] = generic_no_op_func;
1352 * This function does not get dispatched through the dispatch table