Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/x11/
Drealglx.c122 glx.ChooseFBConfigSGIX = _real_glXChooseFBConfigSGIX; in _real_GetGLXDispatchTable()
Dglxapi.h138 GLXFBConfigSGIX * (*ChooseFBConfigSGIX)(Display *, int, int *, int *); member
Dglxapi.c778 return (t->ChooseFBConfigSGIX)(dpy, screen, attrib_list, nelements); in glXChooseFBConfigSGIX()
Dfakeglx.c3011 glx.ChooseFBConfigSGIX = Fake_glXChooseFBConfigSGIX; in _mesa_GetGLXDispatchTable()