Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dg_glxglvnddispatchfuncs.c72 __ATTRIB(QueryContextInfoEXT),
464 __FETCH_FUNCTION_PTR(QueryContextInfoEXT); in dispatch_QueryContextInfoEXT()
985 __ATTRIB(QueryContextInfoEXT),
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h133 int (*QueryContextInfoEXT)(Display *dpy, GLXContext context, int attribute,int *value); member
Dglxapi.c703 return t->QueryContextInfoEXT(dpy, context, attribute, value); in glXQueryContextInfoEXT()
Dfakeglx.c2871 glx.QueryContextInfoEXT = Fake_glXQueryContextInfoEXT; in _mesa_GetGLXDispatchTable()