Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dg_glxglvnddispatchfuncs.c26 __ATTRIB(CreateContextWithConfigSGIX),
199 __FETCH_FUNCTION_PTR(CreateContextWithConfigSGIX); in dispatch_CreateContextWithConfigSGIX()
967 __ATTRIB(CreateContextWithConfigSGIX),
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h139 GLXContext (*CreateContextWithConfigSGIX)(Display *, GLXFBConfigSGIX, int, GLXContext, Bool); member
Dglxapi.c747 return t->CreateContextWithConfigSGIX(dpy, config, render_type, share_list, direct); in glXCreateContextWithConfigSGIX()
Dfakeglx.c2877 glx.CreateContextWithConfigSGIX = Fake_glXCreateContextWithConfigSGIX; in _mesa_GetGLXDispatchTable()