OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:table_noop_array
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mapi/
table.h
42
extern const mapi_func
table_noop_array
[];
58
return (const struct mapi_table *)
table_noop_array
;
u_current.c
64
#define
table_noop_array
__glapi_noop_table
macro
104
= (struct mapi_table *)
table_noop_array
;
112
(struct mapi_table *)
table_noop_array
;
269
tbl = (const struct mapi_table *)
table_noop_array
;
mapi_glapi.c
237
memcpy(table,
table_noop_array
, num_entries * sizeof(mapi_func));
Completed in 579 milliseconds