Home
last modified time | relevance | path

Searched defs:GET_DISPATCH (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mapi/glapi/
Dglapi.h97 # define GET_DISPATCH() _glapi_tls_Dispatch macro
107 # define GET_DISPATCH() \ macro
115 # define GET_DISPATCH() _glapi_Dispatch macro
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c144 #define GET_DISPATCH(DPY, TABLE) \ macro