Lines Matching defs:dispatch
62 _glapi_set_dispatch(struct _glapi_table *dispatch)
64 u_current_set_table((const struct _glapi_table *) dispatch);
68 * Return size of dispatch table struct as number of functions (or
78 * Fill-in the dispatch stub for the named function.
81 * a dispatch stub may be created created for the function. A pointer to this
82 * dispatch function will be returned by glXGetProcAddress.
85 * share a common dispatch offset.
96 * The offset in the dispatch table of the named function. A pointer to the
202 * Return offset of entrypoint for named function within dispatch table.
224 * Return the name of the function at the given dispatch offset.
234 /** Return pointer to new dispatch table filled with no-op functions */