HomeSort by relevance Sort by last modified time
    Searched refs:stub_get_slot (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mapi/
stub.h 54 stub_get_slot(const struct mapi_stub *stub);
mapi_glapi.c 140 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;
mapi.c 173 int slot = stub_get_slot(stub);
stub.c 207 stub_get_slot(const struct mapi_stub *stub) function

Completed in 95 milliseconds