Home
last modified time | relevance | path

Searched refs:PFNGLXRESETFRAMECOUNTNVPROC (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h1051 typedef Bool ( * PFNGLXRESETFRAMECOUNTNVPROC) (Display* dpy, int screen); typedef
1608 GLXEW_FUN_EXPORT PFNGLXRESETFRAMECOUNTNVPROC __glewXResetFrameCountNV;
/external/swiftshader/include/GL/
Dglxext.h580 typedef Bool ( *PFNGLXRESETFRAMECOUNTNVPROC) (Display *dpy, int screen); typedef
/external/mesa3d/include/GL/
Dglxext.h596 typedef Bool ( *PFNGLXRESETFRAMECOUNTNVPROC) (Display *dpy, int screen); typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19831 PFNGLXRESETFRAMECOUNTNVPROC __glewXResetFrameCountNV = NULL;
20270 …r = ((glXResetFrameCountNV = (PFNGLXRESETFRAMECOUNTNVPROC)glewGetProcAddress((const GLubyte*)"glXR… in _glewInit_GLX_NV_swap_group()