OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stub_get_addr
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mapi/
stub.h
57
stub_get_addr
(const struct mapi_stub *stub);
mapi.c
133
return (stub) ? (mapi_proc)
stub_get_addr
(stub) : NULL;
mapi_glapi.c
212
return (stub) ? (_glapi_proc)
stub_get_addr
(stub) : NULL;
stub.c
216
stub_get_addr
(const struct mapi_stub *stub)
function
Completed in 53 milliseconds