Home
last modified time | relevance | path

Searched refs:PFNGLXQUERYCONTEXTPROC (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/include/GL/
Dglx.h301 typedef int (* PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value); typedef
Dglxext.h124 typedef int ( *PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value); typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h294 typedef int ( * PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value); typedef
1545 GLXEW_FUN_EXPORT PFNGLXQUERYCONTEXTPROC __glewXQueryContext;
/external/swiftshader/include/GL/
Dglxext.h124 typedef int ( *PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value); typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19768 PFNGLXQUERYCONTEXTPROC __glewXQueryContext = NULL;
20009 …r = ((glXQueryContext = (PFNGLXQUERYCONTEXTPROC)glewGetProcAddress((const GLubyte*)"glXQueryContex… in _glewInit_GLX_VERSION_1_3()