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/mapi/
stub.h
55
stub_get_addr
(const struct mapi_stub *stub);
mapi.c
135
return (stub) ? (mapi_proc)
stub_get_addr
(stub) : NULL;
mapi_glapi.c
212
return (stub) ? (_glapi_proc)
stub_get_addr
(stub) : NULL;
stub.c
203
stub_get_addr
(const struct mapi_stub *stub)
function
Completed in 74 milliseconds