Lines Matching +full:shared +full:- +full:glapi
2 * Mesa 3-D graphics library
4 * Copyright (C) 2009 Chia-I Wu <olv@0xlab.org>
31 * dispatch table is shared by mesa core and glapi. When they are
33 * is dynamic, or assigned a different static offset, in glapi. The
35 * a dynamic entry, or the corresponding static entry, in glapi.
42 #include "glapi/glapi.h"
56 * Map a function by its spec. The function will be added to glapi,
59 * \param spec a '\0'-separated string array specifying a function.
64 * \return the offset of the (re-)mapped function in the dispatch
65 * table, or -1.
75 return -1; in map_function_spec()
89 return -1; in map_function_spec()