Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dg_glxglvnddispatchfuncs.c92 __ATTRIB(SwapIntervalSGI),
542 __FETCH_FUNCTION_PTR(SwapIntervalSGI); in dispatch_SwapIntervalSGI()
998 __ATTRIB(SwapIntervalSGI),
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h109 int (*SwapIntervalSGI)(int); member
Dglxapi.c587 return t->SwapIntervalSGI(interval); in glXSwapIntervalSGI()
Dfakeglx.c2850 glx.SwapIntervalSGI = Fake_glXSwapIntervalSGI; in _mesa_GetGLXDispatchTable()