Searched refs:mapi_table (Results 1 – 8 of 8) sorted by relevance
102 __thread struct mapi_table *u_current_table104 = (struct mapi_table *) table_noop_array;111 struct mapi_table *u_current_table =112 (struct mapi_table *) table_noop_array;262 u_current_set_table(const struct mapi_table *tbl) in u_current_set_table()269 tbl = (const struct mapi_table *) table_noop_array; in u_current_set_table()272 u_current_table = (struct mapi_table *) tbl; in u_current_set_table()282 struct mapi_table *289 return (struct mapi_table *) tss_get(u_current_table_tsd); in u_current_get_table_internal()291 return (struct mapi_table *) u_current_table; in u_current_get_table_internal()
14 #define mapi_table _glapi_table macro31 struct mapi_table;35 extern __thread struct mapi_table *u_current_table43 extern struct mapi_table *u_current_table;57 u_current_set_table(const struct mapi_table *tbl);59 struct mapi_table *68 static inline const struct mapi_table *
43 struct mapi_table;51 MAPI_EXPORT struct mapi_table *55 mapi_table_destroy(struct mapi_table *tbl);58 mapi_table_fill(struct mapi_table *tbl, const mapi_proc *procs);61 mapi_table_make_current(const struct mapi_table *tbl);
139 struct mapi_table *142 const struct mapi_table *noop = table_get_noop(); in mapi_table_create()143 struct mapi_table *tbl; in mapi_table_create()156 mapi_table_destroy(struct mapi_table *tbl) in mapi_table_destroy()166 mapi_table_fill(struct mapi_table *tbl, const mapi_proc *procs) in mapi_table_fill()168 const struct mapi_table *noop = table_get_noop(); in mapi_table_fill()186 mapi_table_make_current(const struct mapi_table *tbl) in mapi_table_make_current()
40 struct mapi_table;55 static inline const struct mapi_table *58 return (const struct mapi_table *) table_noop_array; in table_get_noop()65 table_set_func(struct mapi_table *tbl, int slot, mapi_func func) in table_set_func()75 table_get_func(const struct mapi_table *tbl, int slot) in table_get_func()
56 static inline const struct mapi_table *
68 u_current_set_table((const struct mapi_table *) dispatch); in _glapi_set_dispatch()
63 u_current_set_table((const struct mapi_table *) dispatch); in _glapi_set_dispatch()