Searched refs:CreateContextWithConfigSGIX (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/glx/ |
D | g_glxglvnddispatchfuncs.c | 26 __ATTRIB(CreateContextWithConfigSGIX), 199 __FETCH_FUNCTION_PTR(CreateContextWithConfigSGIX); in dispatch_CreateContextWithConfigSGIX() 967 __ATTRIB(CreateContextWithConfigSGIX),
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 139 GLXContext (*CreateContextWithConfigSGIX)(Display *, GLXFBConfigSGIX, int, GLXContext, Bool); member
|
D | glxapi.c | 747 return t->CreateContextWithConfigSGIX(dpy, config, render_type, share_list, direct); in glXCreateContextWithConfigSGIX()
|
D | fakeglx.c | 2877 glx.CreateContextWithConfigSGIX = Fake_glXCreateContextWithConfigSGIX; in _mesa_GetGLXDispatchTable()
|