Home
last modified time | relevance | path

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

/external/mesa3d/include/GL/
Dglx.h315 typedef GLXContext (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_typ… typedef
Dglxext.h558 typedef GLXContext ( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_ty… typedef
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
Dglxext.h329 typedef GLXContext ( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_ty… typedef
Dglxew.h284 typedef GLXContext ( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_ty… typedef
1360 extern PFNGLXCREATENEWCONTEXTPROC __glewXCreateNewContext;
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c110 PFNGLXCREATENEWCONTEXTPROC glXCreateNewContext;
1124 GET_PROC(PFNGLXCREATENEWCONTEXTPROC, glXCreateNewContext, EGL_FALSE); in GLX_Load()