Lines Matching defs:drawable
48 update_viewport_and_scissor(Display * dpy, GLXDrawable drawable)
54 XGetGeometry(dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth);
84 update_viewport_and_scissor(ac->drawable->display,
85 ac->drawable->drawable);
89 apple_glx_diagnostic("%s: drawable 0x%lx\n", __func__, d->drawable);
119 d->drawable);
122 ("%s: destroyed a surface for drawable 0x%lx uid %u\n", __func__,
123 d->drawable, s->uid);
139 assert(None != d->drawable);
143 if (XAppleDRICreateSurface(dpy, screen, d->drawable, id, key, &s->uid)) {
153 apple_glx_diagnostic("%s: created a surface for drawable 0x%lx"
154 " with uid %u\n", __func__, d->drawable, s->uid);
165 GLXDrawable drawable,
170 if (apple_glx_drawable_create(dpy, screen, drawable, &d, &callbacks))
191 * a surface drawable the apple_glx_drawable gets destroyed, and thus
221 /* apple_glx_drawable_find_by_uid returns a locked drawable */