Home
last modified time | relevance | path

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

/external/mesa3d/include/GL/
Dglx.h306 typedef int (* PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *… typedef
Dglxext.h549 typedef int ( * PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int … typedef
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c102 PFNGLXGETFBCONFIGATTRIBPROC glXGetFBConfigAttrib;
1116 GET_PROC(PFNGLXGETFBCONFIGATTRIBPROC, glXGetFBConfigAttrib, EGL_FALSE); in GLX_Load()