Searched defs:GLX_ALIAS (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxextensions.h267 /* GLX_ALIAS should be used for functions with a non-void return type.
270 # define GLX_ALIAS(return_type, real_func, proto_args, args, aliased_func) macro
274 # define GLX_ALIAS(return_type, real_func, proto_args, args, aliased_func) \ macro
278 GLX_ALIAS(void, real_func, proto_args, args, aliased_func)
280 # define GLX_ALIAS(return_type, real_func, proto_args, args, aliased_func) \ macro
/external/mesa3d/src/glx/
H A Dglxextensions.h267 /* GLX_ALIAS should be used for functions with a non-void return type.
270 # define GLX_ALIAS(return_type, real_func, proto_args, args, aliased_func) macro
274 # define GLX_ALIAS(return_type, real_func, proto_args, args, aliased_func) \ macro
278 GLX_ALIAS(void, real_func, proto_args, args, aliased_func)
280 # define GLX_ALIAS(return_type, real_func, proto_args, args, aliased_func) \ macro

Completed in 209 milliseconds