OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u_current_table_tsd
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mapi/mapi/
u_current.c
116
struct u_tsd
u_current_table_tsd
;
variable in typeref:struct:u_tsd
129
u_tsd_destroy(&
u_current_table_tsd
);
140
u_tsd_init(&
u_current_table_tsd
);
245
u_tsd_set(&
u_current_table_tsd
, (void *) tbl);
262
u_tsd_get(&
u_current_table_tsd
) : (void *) u_current_table);
u_current.h
23
#define
u_current_table_tsd
_gl_DispatchTSD
macro
Completed in 51 milliseconds