Home
last modified time | relevance | path

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

/external/mesa3d/include/GL/
Dglx.h297 typedef GLXContext (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_typ… typedef
Dglxext.h121 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_typ… typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h281 typedef GLXContext ( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_ty… typedef
1532 GLXEW_FUN_EXPORT PFNGLXCREATENEWCONTEXTPROC __glewXCreateNewContext;
/external/swiftshader/include/GL/
Dglxext.h121 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_typ… typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19755 PFNGLXCREATENEWCONTEXTPROC __glewXCreateNewContext = NULL;
19996 …r = ((glXCreateNewContext = (PFNGLXCREATENEWCONTEXTPROC)glewGetProcAddress((const GLubyte*)"glXCre… in _glewInit_GLX_VERSION_1_3()