Searched refs:GLX_ALIAS (Results 1 - 6 of 6) sorted by relevance

/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
H A Dglxcurrent.c307 GLX_ALIAS(Bool, glXMakeCurrentReadSGI,
312 GLX_ALIAS(Bool, glXMakeContextCurrent,
H A Dglxcmds.c1413 GLX_ALIAS(Display *, glXGetCurrentDisplayEXT, (void), (),
1581 GLX_ALIAS(int, glXQueryContextInfoEXT,
1925 GLX_ALIAS(int, glXGetFBConfigAttribSGIX,
1929 _X_EXPORT GLX_ALIAS(GLXFBConfigSGIX *, glXChooseFBConfigSGIX,
1934 _X_EXPORT GLX_ALIAS(XVisualInfo *, glXGetVisualFromFBConfigSGIX,
/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
H A Dglxcurrent.c307 GLX_ALIAS(Bool, glXMakeCurrentReadSGI,
312 GLX_ALIAS(Bool, glXMakeContextCurrent,
H A Dglxcmds.c1413 GLX_ALIAS(Display *, glXGetCurrentDisplayEXT, (void), (),
1581 GLX_ALIAS(int, glXQueryContextInfoEXT,
1925 GLX_ALIAS(int, glXGetFBConfigAttribSGIX,
1929 _X_EXPORT GLX_ALIAS(GLXFBConfigSGIX *, glXChooseFBConfigSGIX,
1934 _X_EXPORT GLX_ALIAS(XVisualInfo *, glXGetVisualFromFBConfigSGIX,

Completed in 480 milliseconds