Home
last modified time | relevance | path

Searched refs:glXWaitVideoSyncSGI (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c101 { "glXWaitVideoSyncSGI", (__GLXextFuncPtr) glXWaitVideoSyncSGI },
Dglx_api.c2242 glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count) in glXWaitVideoSyncSGI() function
/external/mesa3d/src/glx/apple/
Dglx_empty.c45 glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count) in glXWaitVideoSyncSGI() function
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c606 glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count) in glXWaitVideoSyncSGI() function
1114 { "glXWaitVideoSyncSGI", (__GLXextFuncPtr) glXWaitVideoSyncSGI },
/external/mesa3d/src/glx/
Dglxcmds.c1913 glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count) in glXWaitVideoSyncSGI() function
2518 GLX_FUNCTION(glXWaitVideoSyncSGI),
/external/mesa3d/include/GL/
Dglxext.h953 int glXWaitVideoSyncSGI (int divisor, int remainder, unsigned int *count);
/external/swiftshader/include/GL/
Dglxext.h937 int glXWaitVideoSyncSGI (int divisor, int remainder, unsigned int *count);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h1487 #define glXWaitVideoSyncSGI GLXEW_GET_FUN(__glewXWaitVideoSyncSGI) macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c20489 …r = ((glXWaitVideoSyncSGI = (PFNGLXWAITVIDEOSYNCSGIPROC)glewGetProcAddress((const GLubyte*)"glXWai… in _glewInit_GLX_SGI_video_sync()