Lines Matching refs:_glapi_Context
86 * the variables \c _glapi_Dispatch and \c _glapi_Context are used for this
90 * \c _glapi_Context will be \c NULL if an application is detected as being
92 * and \c _glapi_Context just like the case without any threading support.
93 * When \c _glapi_Dispatch and \c _glapi_Context are \c NULL, the thread state
98 * In the TLS case, the variables \c _glapi_Dispatch and \c _glapi_Context are
101 * \c _glapi_Context be hardcoded to \c NULL maintains binary compatability
114 PUBLIC const void *_glapi_Context = NULL;
135 PUBLIC void *_glapi_Context = NULL;
160 _glapi_Context = context;
162 _glapi_Context = context;
179 return _glapi_Context;