Home
last modified time | relevance | path

Searched refs:PFNGLXGETFBCONFIGSPROC (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/include/GL/
Dglx.h304 typedef GLXFBConfig * (* PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements); typedef
Dglxext.h547 typedef GLXFBConfig * ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements); typedef
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c101 PFNGLXGETFBCONFIGSPROC glXGetFBConfigs;
1115 GET_PROC(PFNGLXGETFBCONFIGSPROC, glXGetFBConfigs, EGL_FALSE); in GLX_Load()