Home
last modified time | relevance | path

Searched refs:apple_glx_pixmap_destroy (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/glx/apple/
Dapple_glx_drawable.h220 bool apple_glx_pixmap_destroy(Display * dpy, Pixmap pixmap);
Dapple_glx_pixmap.c225 apple_glx_pixmap_destroy(Display * dpy, GLXPixmap pixmap) in apple_glx_pixmap_destroy() function
/external/mesa3d/src/glx/
Dglx_pbuffer.c978 if (apple_glx_pixmap_destroy(dpy, pixmap)) in glXDestroyPixmap()
Dglxcmds.c779 if(apple_glx_pixmap_destroy(dpy, glxpixmap)) in glXDestroyGLXPixmap()