HomeSort by relevance Sort by last modified time
    Searched full:mapi_stub (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mapi/mapi/
stub.h 34 struct mapi_stub;
39 const struct mapi_stub *
42 struct mapi_stub *
46 stub_fix_dynamic(struct mapi_stub *stub, const struct mapi_stub *alias);
49 stub_get_name(const struct mapi_stub *stub);
52 stub_get_slot(const struct mapi_stub *stub);
55 stub_get_addr(const struct mapi_stub *stub);
stub.c 41 struct mapi_stub { struct
51 static struct mapi_stub dynamic_stubs[MAPI_TABLE_NUM_DYNAMIC];
74 const struct mapi_stub *stub = (const struct mapi_stub *) elem;
85 const struct mapi_stub *
88 return (const struct mapi_stub *) bsearch(name, public_stubs,
95 static struct mapi_stub *
98 struct mapi_stub *stub;
127 struct mapi_stub *
131 struct mapi_stub *stub = NULL
    [all...]
mapi.c 39 static const struct mapi_stub *mapi_stub_map[MAPI_TABLE_NUM_SLOTS];
42 static const struct mapi_stub *
43 get_stub(const char *name, const struct mapi_stub *alias)
45 const struct mapi_stub *stub;
49 struct mapi_stub *dyn = stub_find_dynamic(name, 1);
100 const struct mapi_stub *stub;
129 const struct mapi_stub *stub;
174 const struct mapi_stub *stub = mapi_stub_map[i];
mapi_glapi.c 120 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);
mapi_abi.py 489 """Return the initializer for struct mapi_stub array."""
622 print 'static const struct mapi_stub public_stubs[] = {'

Completed in 82 milliseconds