Searched refs:pCreateContextAttribsARB (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dg_glxglvnddispatchfuncs.c163 PFNGLXCREATECONTEXTATTRIBSARBPROC pCreateContextAttribsARB; local in function:dispatch_CreateContextAttribsARB
172 if (pCreateContextAttribsARB == NULL)
175 ret = (*pCreateContextAttribsARB)(dpy, config, share_list, direct, attrib_list);
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dg_glxglvnddispatchfuncs.c160 PFNGLXCREATECONTEXTATTRIBSARBPROC pCreateContextAttribsARB; local in function:dispatch_CreateContextAttribsARB
181 if (pCreateContextAttribsARB == NULL)
184 ret = pCreateContextAttribsARB(dpy, config, share_list, direct, attrib_list);

Completed in 7 milliseconds