Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dg_glxglvnddispatchfuncs.c23 __ATTRIB(ChooseFBConfigSGIX),
140 __FETCH_FUNCTION_PTR(ChooseFBConfigSGIX); in dispatch_ChooseFBConfigSGIX()
932 __ATTRIB(ChooseFBConfigSGIX),
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h138 GLXFBConfigSGIX * (*ChooseFBConfigSGIX)(Display *, int, int *, int *); member
Dglxapi.c732 return t->ChooseFBConfigSGIX(dpy, screen, attrib_list, nelements); in glXChooseFBConfigSGIX()
Dfakeglx.c2968 glx.ChooseFBConfigSGIX = Fake_glXChooseFBConfigSGIX; in _mesa_GetGLXDispatchTable()