Home
last modified time | relevance | path

Searched refs:glXCushionSGI (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c136 { "glXCushionSGI", (__GLXextFuncPtr) glXCushionSGI },
Dglx_api.c2517 glXCushionSGI(Display *dpy, Window win, float cushion) in glXCushionSGI() function
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c829 glXCushionSGI(Display *dpy, Window win, float cushion) in glXCushionSGI() function
1149 { "glXCushionSGI", (__GLXextFuncPtr) glXCushionSGI },
/external/swiftshader/include/GL/
Dglxext.h909 void glXCushionSGI (Display *dpy, Window window, float cushion);
/external/mesa3d/include/GL/
Dglxext.h925 void glXCushionSGI (Display *dpy, Window window, float cushion);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h1444 #define glXCushionSGI GLXEW_GET_FUN(__glewXCushionSGI) macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c20448 …r = ((glXCushionSGI = (PFNGLXCUSHIONSGIPROC)glewGetProcAddress((const GLubyte*)"glXCushionSGI")) =… in _glewInit_GLX_SGI_cushion()