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

/xsrc/external/mit/MesaLib.old/dist/src/mapi/
H A Dstub.h54 stub_get_slot(const struct mapi_stub *stub);
H A Dmapi_glapi.c140 slot = (stub) ? stub_get_slot(stub) : -1;
142 if (alias && stub_get_slot(alias) != slot)
169 return (alias) ? stub_get_slot(alias) : -1;
200 return (stub) ? stub_get_slot(stub) : -1;
H A Dstub.c207 stub_get_slot(const struct mapi_stub *stub) function in typeref:typename:int
/xsrc/external/mit/MesaLib/dist/src/mapi/
H A Dstub.h54 stub_get_slot(const struct mapi_stub *stub);
H A Dmapi_glapi.c140 slot = (stub) ? stub_get_slot(stub) : -1;
142 if (alias && stub_get_slot(alias) != slot)
169 return (alias) ? stub_get_slot(alias) : -1;
212 return (stub) ? stub_get_slot(stub) : -1;
H A Dstub.c207 stub_get_slot(const struct mapi_stub *stub) function in typeref:typename:int

Completed in 7 milliseconds