Home | History | Annotate | Download | only in x11

Lines Matching refs:Table

49    struct _glxapi_table *Table;
103 prevTable = d->Table;
104 return d->Table; /* done! */
121 d->Table = t;
144 #define GET_DISPATCH(DPY, TABLE) \
146 TABLE = prevTable; \
149 TABLE = NULL; \
152 TABLE = get_dispatch(DPY); \
1191 * Return size of the GLX dispatch table, in entries, not bytes.
1208 * Initialize all functions in given dispatch table to be no-ops
1395 * This function does not get dispatched through the dispatch table