Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dg_glxglvnddispatchfuncs.c20 __ATTRIB(ChooseFBConfigSGIX),
139 __FETCH_FUNCTION_PTR(ChooseFBConfigSGIX); in dispatch_ChooseFBConfigSGIX()
964 __ATTRIB(ChooseFBConfigSGIX),
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h137 GLXFBConfigSGIX * (*ChooseFBConfigSGIX)(Display *, int, int *, int *); member
Dglxapi.c727 return t->ChooseFBConfigSGIX(dpy, screen, attrib_list, nelements); in glXChooseFBConfigSGIX()
Dfakeglx.c2875 glx.ChooseFBConfigSGIX = Fake_glXChooseFBConfigSGIX; in _mesa_GetGLXDispatchTable()