Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/x11/
Drealglx.c125 glx.GetVisualFromFBConfigSGIX = _real_glXGetVisualFromFBConfigSGIX; in _real_GetGLXDispatchTable()
Dglxapi.h141 XVisualInfo * (*GetVisualFromFBConfigSGIX)(Display *, GLXFBConfigSGIX); member
Dglxapi.c808 return (t->GetVisualFromFBConfigSGIX)(dpy, config); in glXGetVisualFromFBConfigSGIX()
Dfakeglx.c3014 glx.GetVisualFromFBConfigSGIX = Fake_glXGetVisualFromFBConfigSGIX; in _mesa_GetGLXDispatchTable()