Searched refs:GLX_ALIAS (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/glx/ |
D | glxextensions.h | 285 # define GLX_ALIAS(return_type, real_func, proto_args, args, aliased_func) \ macro 289 GLX_ALIAS(void, real_func, proto_args, args, aliased_func) 291 # define GLX_ALIAS(return_type, real_func, proto_args, args, aliased_func) \ macro
|
D | glxcmds.c | 1406 GLX_ALIAS(Display *, glXGetCurrentDisplayEXT, (void), (), 1559 GLX_ALIAS(int, glXQueryContextInfoEXT, 1962 GLX_ALIAS(int, glXGetFBConfigAttribSGIX, 1966 _GLX_PUBLIC GLX_ALIAS(GLXFBConfigSGIX *, glXChooseFBConfigSGIX, 1971 _GLX_PUBLIC GLX_ALIAS(XVisualInfo *, glXGetVisualFromFBConfigSGIX, 2730 GLX_ALIAS(__GLXextFuncPtr, glXGetProcAddress,
|