Searched refs:PFNGLXCREATEPIXMAPPROC (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/include/GL/
H A Dglx.h310 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list); typedef
H A Dglxext.h553 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list); typedef
/external/mesa3d/src/egl/drivers/glx/
H A Degl_glx.c106 PFNGLXCREATEPIXMAPPROC glXCreatePixmap;
1120 GET_PROC(PFNGLXCREATEPIXMAPPROC, glXCreatePixmap, EGL_FALSE);

Completed in 62 milliseconds