Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dg_glxglvnddispatchfuncs.c74 __ATTRIB(QueryContextInfoEXT),
450 __FETCH_FUNCTION_PTR(QueryContextInfoEXT); in dispatch_QueryContextInfoEXT()
952 __ATTRIB(QueryContextInfoEXT),
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h134 int (*QueryContextInfoEXT)(Display *dpy, GLXContext context, int attribute,int *value); member
Dglxapi.c708 return t->QueryContextInfoEXT(dpy, context, attribute, value); in glXQueryContextInfoEXT()
Dfakeglx.c2964 glx.QueryContextInfoEXT = Fake_glXQueryContextInfoEXT; in _mesa_GetGLXDispatchTable()