Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dg_glxglvnddispatchfuncs.c70 __ATTRIB(JoinSwapGroupSGIX),
714 __FETCH_FUNCTION_PTR(JoinSwapGroupSGIX); in dispatch_JoinSwapGroupSGIX()
951 __ATTRIB(JoinSwapGroupSGIX),
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h169 void (*JoinSwapGroupSGIX)(Display *, GLXDrawable, GLXDrawable); member
Dglxapi.c923 t->JoinSwapGroupSGIX(dpy, drawable, member); in glXJoinSwapGroupSGIX()
Dfakeglx.c2997 glx.JoinSwapGroupSGIX = Fake_glXJoinSwapGroupSGIX; in _mesa_GetGLXDispatchTable()