Home
last modified time | relevance | path

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

/external/mesa3d/include/GL/
Dglx_mangle.h53 #define glXWaitVideoSyncSGI mglXWaitVideoSyncSGI macro
Dglxext.h923 int glXWaitVideoSyncSGI (int divisor, int remainder, unsigned int *count);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_getproc.c101 { "glXWaitVideoSyncSGI", (__GLXextFuncPtr) glXWaitVideoSyncSGI },
Dglx_api.c2282 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.c610 glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count) in glXWaitVideoSyncSGI() function
1155 { "glXWaitVideoSyncSGI", (__GLXextFuncPtr) glXWaitVideoSyncSGI },
/external/swiftshader/include/GL/
Dglxext.h937 int glXWaitVideoSyncSGI (int divisor, int remainder, unsigned int *count);
/external/mesa3d/src/glx/
Dglxcmds.c2514 GLX_FUNCTION2(glXWaitVideoSyncSGI, __glXWaitVideoSyncSGI),