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

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dg_glxglvnddispatchfuncs.c460 PFNGLXQUERYCONTEXTINFOEXTPROC pQueryContextInfoEXT; local in function:dispatch_QueryContextInfoEXT
468 if (pQueryContextInfoEXT == NULL)
471 return (*pQueryContextInfoEXT)(dpy, ctx, attribute, value);
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dg_glxglvnddispatchfuncs.c469 PFNGLXQUERYCONTEXTINFOEXTPROC pQueryContextInfoEXT; local in function:dispatch_QueryContextInfoEXT
477 if (pQueryContextInfoEXT == NULL)
480 return pQueryContextInfoEXT(dpy, ctx, attribute, value);

Completed in 4 milliseconds