Home
last modified time | relevance | path

Searched refs:glXQueryContextInfoEXT (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c118 { "glXQueryContextInfoEXT", (__GLXextFuncPtr) glXQueryContextInfoEXT },
Dglx_api.c2325 glXQueryContextInfoEXT(Display *dpy, GLXContext context, int attribute, in glXQueryContextInfoEXT() function
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c697 glXQueryContextInfoEXT(Display *dpy, GLXContext context, int attribute,int *value) in glXQueryContextInfoEXT() function
1131 { "glXQueryContextInfoEXT", (__GLXextFuncPtr) glXQueryContextInfoEXT },
/external/mesa3d/src/glx/
Dglxcmds.c1553 GLX_ALIAS(int, glXQueryContextInfoEXT,
2529 GLX_FUNCTION2(glXQueryContextInfoEXT, glXQueryContext),
/external/swiftshader/include/GL/
Dglxext.h316 int glXQueryContextInfoEXT (Display *dpy, GLXContext context, int attribute, int *value);
/external/mesa3d/include/GL/
Dglxext.h324 int glXQueryContextInfoEXT (Display *dpy, GLXContext context, int attribute, int *value);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h668 #define glXQueryContextInfoEXT GLXEW_GET_FUN(__glewXQueryContextInfoEXT) macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c20076 …r = ((glXQueryContextInfoEXT = (PFNGLXQUERYCONTEXTINFOEXTPROC)glewGetProcAddress((const GLubyte*)"… in _glewInit_GLX_EXT_import_context()