Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dg_glxglvnddispatchfuncs.c54 __ATTRIB(GetFBConfigAttribSGIX),
347 __FETCH_FUNCTION_PTR(GetFBConfigAttribSGIX); in dispatch_GetFBConfigAttribSGIX()
942 __ATTRIB(GetFBConfigAttribSGIX),
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h137 int (*GetFBConfigAttribSGIX)(Display *, GLXFBConfigSGIX, int, int *); member
Dglxapi.c722 return t->GetFBConfigAttribSGIX(dpy, config, attribute, value); in glXGetFBConfigAttribSGIX()
Dfakeglx.c2967 glx.GetFBConfigAttribSGIX = Fake_glXGetFBConfigAttribSGIX; in _mesa_GetGLXDispatchTable()