Home | History | Annotate | Download | only in x11

Lines Matching refs:DISPATCH

70 #define DISPATCH(FUNC, ARGS, MESSAGE)		\
86 /* Display -> Dispatch caching */
97 /* search list of display/dispatch pairs for this display */
1191 * Return size of the GLX dispatch table, in entries, not bytes.
1208 * Initialize all functions in given dispatch table to be no-ops
1214 nop_func *dispatch = (nop_func *) t;
1218 dispatch[i] = generic_no_op_func;
1395 * This function does not get dispatched through the dispatch table