Lines Matching defs: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"
48 struct _glxapi_table *Table;
102 prevTable = d->Table;
103 return d->Table; /* done! */
109 /* Setup the dispatch table */
118 d->Table = t;
137 #define GET_DISPATCH(DPY, TABLE) \
139 TABLE = prevTable; \
142 TABLE = NULL; \
145 TABLE = get_dispatch(DPY); \
1145 * Return size of the GLX dispatch table, in entries, not bytes.
1162 * Initialize all functions in given dispatch table to be no-ops
1352 * This function does not get dispatched through the dispatch table