Home | History | Annotate | Download | only in apple

Lines Matching refs:pixmap

61    struct apple_glx_pixmap *p = &d->types.pixmap;
93 struct apple_glx_pixmap *p = &d->types.pixmap;
114 apple_glx_diagnostic("destroyed pixmap buffer for: 0x%lx\n", d->drawable);
119 apple_glx_pixmap_create(Display * dpy, int screen, Pixmap pixmap,
129 if (apple_glx_drawable_create(dpy, screen, pixmap, &d, &callbacks))
134 p = &d->types.pixmap;
136 p->xpixmap = pixmap;
139 if (!XAppleDRICreatePixmap(dpy, screen, pixmap,
182 apple_glx_diagnostic("created: pixmap buffer for 0x%lx\n", d->drawable);
188 apple_glx_pixmap_query(GLXPixmap pixmap, int attr, unsigned int *value)
194 d = apple_glx_drawable_find_by_type(pixmap, APPLE_GLX_DRAWABLE_PIXMAP,
198 p = &d->types.pixmap;
223 /* Return true if the type is valid for pixmap. */
225 apple_glx_pixmap_destroy(Display * dpy, GLXPixmap pixmap)
227 return !apple_glx_drawable_destroy_by_type(dpy, pixmap,