Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dg_glxglvnddispatchfuncs.c93 __ATTRIB(SwapIntervalSGI),
528 __FETCH_FUNCTION_PTR(SwapIntervalSGI); in dispatch_SwapIntervalSGI()
964 __ATTRIB(SwapIntervalSGI),
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h110 int (*SwapIntervalSGI)(int); member
Dglxapi.c592 return t->SwapIntervalSGI(interval); in glXSwapIntervalSGI()
Dfakeglx.c2943 glx.SwapIntervalSGI = Fake_glXSwapIntervalSGI; in _mesa_GetGLXDispatchTable()