Searched defs:u_current_table (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mapi/mapi/
H A Du_current.h13 #define u_current_table _glapi_tls_Dispatch macro
16 #define u_current_table _glapi_Dispatch macro
33 extern __thread struct mapi_table *u_current_table
41 extern struct mapi_table *u_current_table;
70 return u_current_table;
72 return (likely(u_current_table) ?
73 u_current_table : u_current_get_internal());
H A Du_current.c102 __thread struct mapi_table *u_current_table variable in typeref:struct:mapi_table
111 struct mapi_table *u_current_table = variable in typeref:struct:mapi_table
243 u_current_table = (struct mapi_table *) tbl;
246 u_current_table = (ThreadSafe) ? NULL : (void *) tbl;
248 u_current_table = (struct mapi_table *) tbl;
259 return u_current_table;
262 u_tsd_get(&u_current_table_tsd) : (void *) u_current_table);
264 return u_current_table;

Completed in 77 milliseconds