HomeSort by relevance Sort by last modified time
    Searched defs:_glapi_Dispatch (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mapi/glapi/
glapi.c 39 const struct _glapi_table *_glapi_Dispatch;
glapi.h 78 #define _glapi_Dispatch _mglapi_Dispatch
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/mesa/drivers/dri/common/
dri_test.c 20 PUBLIC const struct _glapi_table *_glapi_Dispatch;
25 PUBLIC struct _glapi_table *_glapi_Dispatch;
  /external/mesa3d/src/mapi/mapi/
mapi_glapi.c 43 const struct _glapi_table *_glapi_Dispatch;

Completed in 600 milliseconds