OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_glapi_Dispatch
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mapi/glapi/
glapi.c
38
const struct _glapi_table *
_glapi_Dispatch
;
glapi.h
78
#define
_glapi_Dispatch
_mglapi_Dispatch
97
_GLAPI_EXPORT extern const struct _glapi_table *
_glapi_Dispatch
;
105
_GLAPI_EXPORT extern struct _glapi_table *
_glapi_Dispatch
;
109
(likely(
_glapi_Dispatch
) ?
_glapi_Dispatch
: _glapi_get_dispatch())
/external/mesa3d/src/mapi/
mapi_glapi.c
43
const struct _glapi_table *
_glapi_Dispatch
;
Completed in 1663 milliseconds