Lines Matching full:dispatch
76 * Return dispatch table offset of the named static (built-in) function.
93 * Return dispatch function address for the named static (built-in) function.
118 * Return the name of the function at the given offset in the dispatch
163 * Offset in the dispatch table where the pointer to the real function is
165 * added to the dispatch table, this will have the value ~0.
171 * Pointer to the dispatch stub for the named function.
258 * Use a temporary dispatch offset of ~0 (i.e. -1). Later, when the driver
326 * Fill-in the dispatch stub for the named function.
329 * a dispatch stub may be created created for the function. A pointer to this
330 * dispatch function will be returned by glXGetProcAddress.
333 * share a common dispatch offset.
344 * The offset in the dispatch table of the named function. A pointer to the
389 /* Find the _single_ dispatch offset for all function names that already in _glapi_add_dispatch()
390 * exist (and have a dispatch offset). in _glapi_add_dispatch()
447 /* If all function names are either new (or with no dispatch offset), in _glapi_add_dispatch()
448 * allocate a new dispatch offset. in _glapi_add_dispatch()
456 /* Fill in the dispatch offset for the new function names (and those with in _glapi_add_dispatch()
457 * no dispatch offset). in _glapi_add_dispatch()
484 * Return offset of entrypoint for named function within dispatch table.
534 /* generate entrypoint, dispatch offset must be filled in by the driver */ in _glapi_get_proc_address()
545 * Return the name of the function at the given dispatch offset.
571 * Return size of dispatch table struct as number of functions (or
578 * The dispatch table size (number of entries) is the size of the in _glapi_get_dispatch_table_size()
588 * Make sure there are no NULL pointers in the given dispatch table.
608 * Do some spot checks to be sure that the dispatch table