HomeSort by relevance Sort by last modified time
    Searched defs:GLX_ALIAS (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/
glxextensions.h 267 /* 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)
274 # define GLX_ALIAS(return_type, real_func, proto_args, args, aliased_func) \
278 GLX_ALIAS(void, real_func, proto_args, args, aliased_func)
280 # define GLX_ALIAS(return_type, real_func, proto_args, args, aliased_func) \
  /external/mesa3d/src/glx/
glxextensions.h 267 /* 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)
274 # define GLX_ALIAS(return_type, real_func, proto_args, args, aliased_func) \
278 GLX_ALIAS(void, real_func, proto_args, args, aliased_func)
280 # define GLX_ALIAS(return_type, real_func, proto_args, args, aliased_func) \

Completed in 60 milliseconds