Searched defs:NAME_FUNC_OFFSET (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglprocs.h43 # define NAME_FUNC_OFFSET(n,f1,f2,f3,o) { n , o } macro
45 # define NAME_FUNC_OFFSET(n,f1,f2,f3,o) { n , (_glapi_proc) f1 , o } macro
47 # define NAME_FUNC_OFFSET(n,f1,f2,f3,o) { n , (_glapi_proc) f2 , o } macro
49 # define NAME_FUNC_OFFSET(n,f1,f2,f3,o) { n , (_glapi_proc) f3 , o } macro
[all...]

Completed in 3 milliseconds