Searched defs:_glapi_Dispatch (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
H A Dglapi.c39 const struct _glapi_table *_glapi_Dispatch; variable in typeref:struct:_glapi_table
H A Dglapi.h78 #define _glapi_Dispatch _mglapi_Dispatch macro
94 _GLAPI_EXPORT extern const struct _glapi_table *_glapi_Dispatch;
102 _GLAPI_EXPORT extern struct _glapi_table *_glapi_Dispatch;
108 (likely(_glapi_Dispatch) ? _glapi_Dispatch : _glapi_get_dispatch())
115 # define GET_DISPATCH() _glapi_Dispatch
/external/mesa3d/src/mapi/glapi/
H A Dglapi.c39 const struct _glapi_table *_glapi_Dispatch; variable in typeref:struct:_glapi_table
H A Dglapi.h78 #define _glapi_Dispatch _mglapi_Dispatch macro
94 _GLAPI_EXPORT extern const struct _glapi_table *_glapi_Dispatch;
102 _GLAPI_EXPORT extern struct _glapi_table *_glapi_Dispatch;
108 (likely(_glapi_Dispatch) ? _glapi_Dispatch : _glapi_get_dispatch())
115 # define GET_DISPATCH() _glapi_Dispatch
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Ddri_test.c20 PUBLIC const struct _glapi_table *_glapi_Dispatch; variable in typeref:struct:_glapi_table
25 PUBLIC struct _glapi_table *_glapi_Dispatch; variable in typeref:struct:_glapi_table
/external/mesa3d/src/mesa/drivers/dri/common/
H A Ddri_test.c20 PUBLIC const struct _glapi_table *_glapi_Dispatch; variable in typeref:struct:_glapi_table
25 PUBLIC struct _glapi_table *_glapi_Dispatch; variable in typeref:struct:_glapi_table
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dmapi_glapi.c43 const struct _glapi_table *_glapi_Dispatch; variable in typeref:struct:_glapi_table
/external/mesa3d/src/mapi/mapi/
H A Dmapi_glapi.c43 const struct _glapi_table *_glapi_Dispatch; variable in typeref:struct:_glapi_table

Completed in 300 milliseconds