Searched refs:GLX_FUNCTION2 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/glx/ |
D | glxcmds.c | 2475 #define GLX_FUNCTION2(n,f) { # n, (GLvoid *) f } macro 2526 GLX_FUNCTION2(glXSwapIntervalSGI, __glXSwapIntervalSGI), 2529 GLX_FUNCTION2(glXGetVideoSyncSGI, __glXGetVideoSyncSGI), 2530 GLX_FUNCTION2(glXWaitVideoSyncSGI, __glXWaitVideoSyncSGI), 2533 GLX_FUNCTION2(glXMakeCurrentReadSGI, glXMakeContextCurrent), 2534 GLX_FUNCTION2(glXGetCurrentReadDrawableSGI, glXGetCurrentReadDrawable), 2539 GLX_FUNCTION2(glXGetCurrentDisplayEXT, glXGetCurrentDisplay), 2541 GLX_FUNCTION2(glXQueryContextInfoEXT, glXQueryContext), 2545 GLX_FUNCTION2(glXGetFBConfigAttribSGIX, glXGetFBConfigAttrib), 2546 GLX_FUNCTION2(glXChooseFBConfigSGIX, glXChooseFBConfig), [all …]
|