Searched refs:PFNGLXWAITVIDEOSYNCSGIPROC (Results 1 – 5 of 5) sorted by relevance
1484 typedef int ( * PFNGLXWAITVIDEOSYNCSGIPROC) (int divisor, int remainder, unsigned int* count); typedef1673 GLXEW_FUN_EXPORT PFNGLXWAITVIDEOSYNCSGIPROC __glewXWaitVideoSyncSGI;
554 PFNGLXWAITVIDEOSYNCSGIPROC pWaitVideoSyncSGI; in dispatch_WaitVideoSyncSGI()
934 typedef int ( *PFNGLXWAITVIDEOSYNCSGIPROC) (int divisor, int remainder, unsigned int *count); typedef
950 typedef int ( *PFNGLXWAITVIDEOSYNCSGIPROC) (int divisor, int remainder, unsigned int *count); typedef
19896 PFNGLXWAITVIDEOSYNCSGIPROC __glewXWaitVideoSyncSGI = NULL;20489 …r = ((glXWaitVideoSyncSGI = (PFNGLXWAITVIDEOSYNCSGIPROC)glewGetProcAddress((const GLubyte*)"glXWai… in _glewInit_GLX_SGI_video_sync()