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

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

Completed in 126 milliseconds