Home
last modified time | relevance | path

Searched refs:PFNGLXDESTROYPIXMAPPROC (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/include/GL/
Dglx.h293 typedef void (* PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap); typedef
Dglxext.h117 typedef void ( *PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap); typedef
/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp98 PFNGLXDESTROYPIXMAPPROC destroyPixmapPtr;
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h286 typedef void ( * PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap); typedef
1537 GLXEW_FUN_EXPORT PFNGLXDESTROYPIXMAPPROC __glewXDestroyPixmap;
/external/swiftshader/include/GL/
Dglxext.h117 typedef void ( *PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap); typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19760 PFNGLXDESTROYPIXMAPPROC __glewXDestroyPixmap = NULL;
20001 …r = ((glXDestroyPixmap = (PFNGLXDESTROYPIXMAPPROC)glewGetProcAddress((const GLubyte*)"glXDestroyPi… in _glewInit_GLX_VERSION_1_3()