Home
last modified time | relevance | path

Searched refs:_glapi_Dispatch (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/docs/
Ddispatch.rst109 the dispatch table in a global variable called ``_glapi_Dispatch``. The
112 become multithreaded, ``NULL`` is stored in ``_glapi_Dispatch``.
115 multithreaded case by comparing ``_glapi_Dispatch`` to ``NULL``. The
124 (_glapi_Dispatch != NULL) \
125 ? _glapi_Dispatch : pthread_getspecific(&_glapi_Dispatch_key)
134 ``_glapi_Dispatch`` can be avoided.
176 #. Using ``_glapi_Dispatch`` directly in builds for non-multithreaded
178 #. Using ``_glapi_Dispatch`` and ``_glapi_get_dispatch`` in
180 #. Using ``_glapi_Dispatch`` and ``pthread_getspecific`` in
DlibGL.txt185 variable _glapi_Dispatch will point to the current dispatch table.
/third_party/mesa3d/src/mapi/glapi/
Dglapi.c37 const struct _glapi_table *_glapi_Dispatch; variable
Dglapi.h88 _GLAPI_EXPORT extern const struct _glapi_table *_glapi_Dispatch;
/third_party/mesa3d/src/mapi/shared-glapi/
Dglapi-symbols.txt2 _glapi_Dispatch
/third_party/mesa3d/src/mapi/
Dmapi_glapi.c42 const struct _glapi_table *_glapi_Dispatch; variable