Lines Matching refs:dispatch
66 _glapi_set_dispatch(struct _glapi_table *dispatch)
68 u_current_set_table((const struct mapi_table *) dispatch);
72 * Return size of dispatch table struct as number of functions (or
82 * Fill-in the dispatch stub for the named function.
85 * a dispatch stub may be created created for the function. A pointer to this
86 * dispatch function will be returned by glXGetProcAddress.
89 * share a common dispatch offset.
100 * The offset in the dispatch table of the named function. A pointer to the
194 * Return offset of entrypoint for named function within dispatch table.
216 * Return the name of the function at the given dispatch offset.
226 /** Return pointer to new dispatch table filled with no-op functions */