Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/x11/
Drealglx.c100 glx.GetVideoSyncSGI = _real_glXGetVideoSyncSGI; in _real_GetGLXDispatchTable()
Dglxapi.h113 int (*GetVideoSyncSGI)(unsigned int *count); member
Dglxapi.c653 return (t->GetVideoSyncSGI)(count); in glXGetVideoSyncSGI()
Dfakeglx.c2989 glx.GetVideoSyncSGI = Fake_glXGetVideoSyncSGI; in _mesa_GetGLXDispatchTable()