Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dg_glxglvnddispatchfuncs.c72 __ATTRIB(JoinSwapGroupSGIX),
731 __FETCH_FUNCTION_PTR(JoinSwapGroupSGIX); in dispatch_JoinSwapGroupSGIX()
969 __ATTRIB(JoinSwapGroupSGIX),
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h168 void (*JoinSwapGroupSGIX)(Display *, GLXDrawable, GLXDrawable); member
Dglxapi.c922 t->JoinSwapGroupSGIX(dpy, drawable, member); in glXJoinSwapGroupSGIX()
Dfakeglx.c2960 glx.JoinSwapGroupSGIX = Fake_glXJoinSwapGroupSGIX; in _mesa_GetGLXDispatchTable()