Searched refs:GLX_ALIAS2 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxextensions.h | 285 /* GLX_ALIAS and GLX_ALIAS_VOID both expand to the macro GLX_ALIAS2. Using the 289 # define GLX_ALIAS2(return_type, real_func, proto_args, args, aliased_func) \ macro 293 GLX_ALIAS2(return_type, real_func, proto_args, args, aliased_func) 295 GLX_ALIAS2(void, real_func, proto_args, args, aliased_func)
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glxextensions.h | 286 /* GLX_ALIAS and GLX_ALIAS_VOID both expand to the macro GLX_ALIAS2. Using the 290 # define GLX_ALIAS2(return_type, real_func, proto_args, args, aliased_func) \ macro 294 GLX_ALIAS2(return_type, real_func, proto_args, args, aliased_func) 296 GLX_ALIAS2(void, real_func, proto_args, args, aliased_func)
|
Completed in 7 milliseconds