Lines Matching full:dispatch
112 The glapi_x86.X and assyntax.h files implement x86-optimized dispatch
113 of GL functions. They are not required; C-based dispatch can be used
156 offset of the dispatch slot in the API dispatch table. The return value
166 The dispatch offset number MUST be a number allocated by SGI in the same
172 Dispatch Management
174 When a GL context is made current, the driver must install its dispatch
175 table as the current dispatch table. This is done by calling
177 void _glapi_set_dispatch(struct _glapi_table *dispatch);
179 This will install the named dispatch table for the calling thread.
180 The current dispatch table for a thread can be obtained by calling
185 variable _glapi_Dispatch will point to the current dispatch table.