Searched refs:mapi_stub (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mapi/
H A 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);
H A Dstub.c40 struct mapi_stub { struct
50 static struct mapi_stub dynamic_stubs[MAPI_TABLE_NUM_DYNAMIC];
65 const struct mapi_stub *stub = (const struct mapi_stub *) elem;
76 const struct mapi_stub *
79 return (const struct mapi_stub *) bsearch(name, public_stubs,
86 static struct mapi_stub *
89 struct mapi_stub *stub;
118 struct mapi_stub *
122 struct mapi_stub *stu
[all...]
H A Dmapi_glapi.c120 const struct mapi_stub *function_stubs[8];
121 const struct mapi_stub *alias = NULL;
129 const struct mapi_stub *stub;
155 struct mapi_stub *stub;
172 static const struct mapi_stub *
175 const struct mapi_stub *stub;
199 const struct mapi_stub *stub = _glapi_get_stub(funcName, 0);
211 const struct mapi_stub *stub = _glapi_get_stub(funcName, 1);
222 const struct mapi_stub *stub = stub_find_by_slot(offset);
/xsrc/external/mit/MesaLib/dist/src/mapi/
H A 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);
H A Dstub.c40 struct mapi_stub { struct
50 static struct mapi_stub dynamic_stubs[MAPI_TABLE_NUM_DYNAMIC];
65 const struct mapi_stub *stub = (const struct mapi_stub *) elem;
76 const struct mapi_stub *
79 return (const struct mapi_stub *) bsearch(name, public_stubs,
86 static struct mapi_stub *
89 struct mapi_stub *stub;
118 struct mapi_stub *
122 struct mapi_stub *stu
[all...]
H A Dmapi_glapi.c120 const struct mapi_stub *function_stubs[8];
121 const struct mapi_stub *alias = NULL;
129 const struct mapi_stub *stub;
155 struct mapi_stub *stub;
181 static const struct mapi_stub *
184 const struct mapi_stub *stub;
211 const struct mapi_stub *stub = _glapi_get_stub(funcName, 0);
223 const struct mapi_stub *stub = _glapi_get_stub(funcName, 1);
234 const struct mapi_stub *stub = stub_find_by_slot(offset);
/xsrc/external/mit/MesaLib.old/src/mapi/
H A Dshared-glapi_glapi_mapi_tmp.h15459 static const struct mapi_stub public_stubs[] = {
[all...]
/xsrc/external/mit/MesaLib/src/mapi/shared-glapi/
H A Dglapi_mapi_tmp.h17847 static const struct mapi_stub public_stubs[] = {
[all...]

Completed in 171 milliseconds