Home
last modified time | relevance | path

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

/external/mesa3d/include/GL/
Dglx_mangle.h53 #define glXWaitVideoSyncSGI mglXWaitVideoSyncSGI macro
Dglxext.h631 extern int glXWaitVideoSyncSGI (int divisor, int remainder, unsigned int *count);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_getproc.c100 { "glXWaitVideoSyncSGI", (__GLXextFuncPtr) glXWaitVideoSyncSGI },
Dglx_api.c2215 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.c657 glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count) in glXWaitVideoSyncSGI() function
1283 { "glXWaitVideoSyncSGI", (__GLXextFuncPtr) glXWaitVideoSyncSGI },
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
Dglxext.h366 extern int glXWaitVideoSyncSGI (int, int, unsigned int *);
Dglxew.h1312 #define glXWaitVideoSyncSGI GLXEW_GET_FUN(__glewXWaitVideoSyncSGI) macro
/external/mesa3d/src/glx/
Dglxcmds.c2530 GLX_FUNCTION2(glXWaitVideoSyncSGI, __glXWaitVideoSyncSGI),