Lines Matching defs:drawable
277 /* If it's a GLX 1.3 drawables, we can destroy the DRI2 drawable
279 * drawable. Otherwise, for legacy drawables, we let the DRI2
280 * drawable linger on the server, since there's no good way of
282 * destroy the DRI2 drawable when it destroys the X drawable or the
284 if (pdraw->base.xDrawable != pdraw->base.drawable)
292 GLXDrawable drawable, int type,
311 pdraw->base.drawable = drawable;
319 /* Create a new drawable */
339 * drawable.
653 unsigned dri2GetSwapEventType(Display* dpy, XID drawable)
657 pdraw = dri2GetGlxDrawableFromXDrawableId(dpy, drawable);
871 dri2InvalidateBuffers(Display *dpy, XID drawable)
874 dri2GetGlxDrawableFromXDrawableId(dpy, drawable);