Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dg_glxglvnddispatchfuncs.c29 __ATTRIB(CreateContextWithConfigSGIX),
200 __FETCH_FUNCTION_PTR(CreateContextWithConfigSGIX); in dispatch_CreateContextWithConfigSGIX()
935 __ATTRIB(CreateContextWithConfigSGIX),
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h140 GLXContext (*CreateContextWithConfigSGIX)(Display *, GLXFBConfigSGIX, int, GLXContext, Bool); member
Dglxapi.c752 return t->CreateContextWithConfigSGIX(dpy, config, render_type, share_list, direct); in glXCreateContextWithConfigSGIX()
Dfakeglx.c2970 glx.CreateContextWithConfigSGIX = Fake_glXCreateContextWithConfigSGIX; in _mesa_GetGLXDispatchTable()