Home
last modified time | relevance | path

Searched refs:mapi_stub (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mapi/
Dstub.c40 struct mapi_stub { struct
50 static struct mapi_stub dynamic_stubs[MAPI_TABLE_NUM_DYNAMIC]; argument
65 const struct mapi_stub *stub = (const struct mapi_stub *) elem; in stub_compare()
76 const struct mapi_stub *
79 return (const struct mapi_stub *) bsearch(name, public_stubs, in stub_find_public()
86 static struct mapi_stub *
89 struct mapi_stub *stub; in stub_add_dynamic()
118 struct mapi_stub *
122 struct mapi_stub *stub = NULL; in stub_find_dynamic()
147 static const struct mapi_stub *
[all …]
Dstub.h33 struct mapi_stub;
38 const struct mapi_stub *
41 struct mapi_stub *
44 const struct mapi_stub *
48 stub_fix_dynamic(struct mapi_stub *stub, const struct mapi_stub *alias);
51 stub_get_name(const struct mapi_stub *stub);
54 stub_get_slot(const struct mapi_stub *stub);
57 stub_get_addr(const struct mapi_stub *stub);
Dmapi_glapi.c120 const struct mapi_stub *function_stubs[8]; in _glapi_add_dispatch()
121 const struct mapi_stub *alias = NULL; in _glapi_add_dispatch()
129 const struct mapi_stub *stub; in _glapi_add_dispatch()
155 struct mapi_stub *stub; in _glapi_add_dispatch()
172 static const struct mapi_stub *
175 const struct mapi_stub *stub; in _glapi_get_stub()
199 const struct mapi_stub *stub = _glapi_get_stub(funcName, 0); in _glapi_get_proc_offset()
211 const struct mapi_stub *stub = _glapi_get_stub(funcName, 1); in _glapi_get_proc_address()
222 const struct mapi_stub *stub = stub_find_by_slot(offset); in _glapi_get_proc_name()