Searched refs:PFNGLXIMPORTCONTEXTEXTPROC (Results 1 – 4 of 4) sorted by relevance
662 typedef GLXContext ( * PFNGLXIMPORTCONTEXTEXTPROC) (Display* dpy, GLXContextID contextID); typedef1567 GLXEW_FUN_EXPORT PFNGLXIMPORTCONTEXTEXTPROC __glewXImportContextEXT;
312 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID); typedef
320 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID); typedef
19790 PFNGLXIMPORTCONTEXTEXTPROC __glewXImportContextEXT = NULL;20075 …r = ((glXImportContextEXT = (PFNGLXIMPORTCONTEXTEXTPROC)glewGetProcAddress((const GLubyte*)"glXImp… in _glewInit_GLX_EXT_import_context()