Searched refs:glXCushionSGI (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 136 { "glXCushionSGI", (__GLXextFuncPtr) glXCushionSGI },
|
D | glx_api.c | 2517 glXCushionSGI(Display *dpy, Window win, float cushion) in glXCushionSGI() function
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 829 glXCushionSGI(Display *dpy, Window win, float cushion) in glXCushionSGI() function 1149 { "glXCushionSGI", (__GLXextFuncPtr) glXCushionSGI },
|
/external/swiftshader/include/GL/ |
D | glxext.h | 909 void glXCushionSGI (Display *dpy, Window window, float cushion);
|
/external/mesa3d/include/GL/ |
D | glxext.h | 925 void glXCushionSGI (Display *dpy, Window window, float cushion);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glxew.h | 1444 #define glXCushionSGI GLXEW_GET_FUN(__glewXCushionSGI) macro
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 20448 …r = ((glXCushionSGI = (PFNGLXCUSHIONSGIPROC)glewGetProcAddress((const GLubyte*)"glXCushionSGI")) =… in _glewInit_GLX_SGI_cushion()
|