Lines Matching refs:Table
27 * This is the GLX API dispatcher. It uses a dispatch table but that's
28 * not really needed anymore since the table always points to the "fake"
47 struct _glxapi_table *Table;
101 prevTable = d->Table;
102 return d->Table; /* done! */
108 /* Setup the dispatch table */
117 d->Table = t;
136 #define GET_DISPATCH(DPY, TABLE) \
138 TABLE = prevTable; \
141 TABLE = NULL; \
144 TABLE = get_dispatch(DPY); \
1063 * Return size of the GLX dispatch table, in entries, not bytes.
1080 * Initialize all functions in given dispatch table to be no-ops
1260 * This function does not get dispatched through the dispatch table