OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapi_table
(Results
1 - 11
of
11
) sorted by null
/external/mesa3d/src/gallium/state_trackers/vega/
api.h
38
struct
mapi_table
;
40
struct
mapi_table
*api_create_dispatch(void);
42
void api_destroy_dispatch(struct
mapi_table
*tbl);
44
void api_make_dispatch_current(const struct
mapi_table
*tbl);
api.c
44
struct
mapi_table
*api_create_dispatch(void)
46
struct
mapi_table
*tbl;
57
void api_destroy_dispatch(struct
mapi_table
*tbl)
62
void api_make_dispatch_current(const struct
mapi_table
*tbl)
vg_context.h
45
struct
mapi_table
;
97
struct
mapi_table
*dispatch;
/external/mesa3d/src/mapi/mapi/
mapi.h
46
struct
mapi_table
;
54
MAPI_EXPORT struct
mapi_table
*
58
mapi_table_destroy(struct
mapi_table
*tbl);
61
mapi_table_fill(struct
mapi_table
*tbl, const mapi_proc *procs);
64
mapi_table_make_current(const struct
mapi_table
*tbl);
u_current.h
10
#define
mapi_table
_glapi_table
macro
29
struct
mapi_table
;
33
extern __thread struct
mapi_table
*u_current_table
41
extern struct
mapi_table
*u_current_table;
55
u_current_set(const struct
mapi_table
*tbl);
57
struct
mapi_table
*
66
static INLINE const struct
mapi_table
*
table.h
46
static INLINE const struct
mapi_table
*
49
return (const struct
mapi_table
*) table_noop_array;
56
table_set_func(struct
mapi_table
*tbl, int slot, mapi_func func)
66
table_get_func(const struct
mapi_table
*tbl, int slot)
u_current.c
102
__thread struct
mapi_table
*u_current_table
104
= (struct
mapi_table
*) table_noop_array;
111
struct
mapi_table
*u_current_table =
112
(struct
mapi_table
*) table_noop_array;
233
u_current_set(const struct
mapi_table
*tbl)
240
tbl = (const struct
mapi_table
*) table_noop_array;
243
u_current_table = (struct
mapi_table
*) tbl;
248
u_current_table = (struct
mapi_table
*) tbl;
255
struct
mapi_table
*
261
return (struct
mapi_table
*) ((ThreadSafe)
[
all
...]
mapi.c
141
struct
mapi_table
*
144
const struct
mapi_table
*noop = table_get_noop();
145
struct
mapi_table
*tbl;
158
mapi_table_destroy(struct
mapi_table
*tbl)
168
mapi_table_fill(struct
mapi_table
*tbl, const mapi_proc *procs)
170
const struct
mapi_table
*noop = table_get_noop();
188
mapi_table_make_current(const struct
mapi_table
*tbl)
entry.c
55
static INLINE const struct
mapi_table
*
mapi_glapi.c
68
u_current_set((const struct
mapi_table
*) dispatch);
/external/mesa3d/src/mapi/glapi/
glapi.c
64
u_current_set((const struct
mapi_table
*) dispatch);
Completed in 980 milliseconds