Home
last modified time | relevance | path

Searched refs:stub_get_slot (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/mapi/
H A Dmapi_glapi.c136 slot = (stub) ? stub_get_slot(stub) : -1; in _glapi_add_dispatch()
138 if (alias && stub_get_slot(alias) != slot) in _glapi_add_dispatch()
165 return (alias) ? stub_get_slot(alias) : -1; in _glapi_add_dispatch()
208 return (stub) ? stub_get_slot(stub) : -1; in _glapi_get_proc_offset()
H A Dstub.h54 stub_get_slot(const struct mapi_stub *stub);
H A Dstub.c207 stub_get_slot(const struct mapi_stub *stub) in stub_get_slot() function

Completed in 3 milliseconds