Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dg_glxglvnddispatchfuncs.c65 __ATTRIB(GetVideoSyncSGI),
412 __FETCH_FUNCTION_PTR(GetVideoSyncSGI); in dispatch_GetVideoSyncSGI()
949 __ATTRIB(GetVideoSyncSGI),
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h113 int (*GetVideoSyncSGI)(unsigned int *count); member
Dglxapi.c607 return t->GetVideoSyncSGI(count); in glXGetVideoSyncSGI()
Dfakeglx.c2946 glx.GetVideoSyncSGI = Fake_glXGetVideoSyncSGI; in _mesa_GetGLXDispatchTable()