Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h1442 typedef void ( * PFNGLXCUSHIONSGIPROC) (Display* dpy, Window window, float cushion); typedef
1665 GLXEW_FUN_EXPORT PFNGLXCUSHIONSGIPROC __glewXCushionSGI;
/external/swiftshader/include/GL/
Dglxext.h907 typedef void ( *PFNGLXCUSHIONSGIPROC) (Display *dpy, Window window, float cushion); typedef
/external/mesa3d/include/GL/
Dglxext.h923 typedef void ( *PFNGLXCUSHIONSGIPROC) (Display *dpy, Window window, float cushion); typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19888 PFNGLXCUSHIONSGIPROC __glewXCushionSGI = NULL;
20448 …r = ((glXCushionSGI = (PFNGLXCUSHIONSGIPROC)glewGetProcAddress((const GLubyte*)"glXCushionSGI")) =… in _glewInit_GLX_SGI_cushion()