Home
last modified time | relevance | path

Searched refs:WaitVideoSyncSGI (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
Drealglx.c101 glx.WaitVideoSyncSGI = _real_glXWaitVideoSyncSGI; in _real_GetGLXDispatchTable()
Dglxapi.h114 int (*WaitVideoSyncSGI)(int divisor, int remainder, unsigned int *count); member
Dglxapi.c664 return (t->WaitVideoSyncSGI)(divisor, remainder, count); in glXWaitVideoSyncSGI()
Dfakeglx.c2990 glx.WaitVideoSyncSGI = Fake_glXWaitVideoSyncSGI; in _mesa_GetGLXDispatchTable()