Searched refs:PFNGLXGETFBCONFIGSPROC (Results 1 – 6 of 6) sorted by relevance
286 typedef GLXFBConfig * (* PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements); typedef
110 typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements); typedef
88 PFNGLXGETFBCONFIGSPROC getFBConfigsPtr;
290 typedef GLXFBConfig* ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements); typedef1541 GLXEW_FUN_EXPORT PFNGLXGETFBCONFIGSPROC __glewXGetFBConfigs;
19764 PFNGLXGETFBCONFIGSPROC __glewXGetFBConfigs = NULL;20005 …r = ((glXGetFBConfigs = (PFNGLXGETFBCONFIGSPROC)glewGetProcAddress((const GLubyte*)"glXGetFBConfig… in _glewInit_GLX_VERSION_1_3()