Home
last modified time | relevance | path

Searched refs:PFNGLXCREATENEWCONTEXTPROC (Results 1 – 3 of 3) 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/mesa3d/src/egl/drivers/glx/
Degl_glx.c110 PFNGLXCREATENEWCONTEXTPROC glXCreateNewContext;
1124 GET_PROC(PFNGLXCREATENEWCONTEXTPROC, glXCreateNewContext, EGL_FALSE); in GLX_Load()