Home
last modified time | relevance | path

Searched refs:glXDestroyPixmap (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/include/GL/
Dglx_mangle.h66 #define glXDestroyPixmap mglXDestroyPixmap macro
Dglx.h275 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
Dglxext.h535 extern void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_getproc.c80 { "glXDestroyPixmap", (__GLXextFuncPtr) glXDestroyPixmap },
Dglx_api.c1997 glXDestroyPixmap( Display *dpy, GLXPixmap pixmap ) in glXDestroyPixmap() function
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c107 PFNGLXDESTROYPIXMAPPROC glXDestroyPixmap; member
927 GLX_drv->glXDestroyPixmap : GLX_drv->glXDestroyGLXPixmap; in GLX_eglCreatePixmapSurface()
1121 GET_PROC(PFNGLXDESTROYPIXMAPPROC, glXDestroyPixmap, EGL_FALSE); in GLX_Load()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c505 glXDestroyPixmap(Display *dpy, GLXPixmap pixmap) in glXDestroyPixmap() function
1263 { "glXDestroyPixmap", (__GLXextFuncPtr) glXDestroyPixmap },
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
Dglxext.h306 extern void glXDestroyPixmap (Display *, GLXPixmap);
Dglxew.h307 #define glXDestroyPixmap GLXEW_GET_FUN(__glewXDestroyPixmap) macro
/external/mesa3d/src/glx/
Dglx_pbuffer.c921 glXDestroyPixmap(Display * dpy, GLXPixmap pixmap) in glXDestroyPixmap() function
Dglxcmds.c2512 GLX_FUNCTION(glXDestroyPixmap),