Lines Matching defs:drawable
103 GLXDrawable drawable;
116 * This mutex protects the reference count and any other drawable data.
117 * It's used to prevent an early release of a drawable.
136 int fd; /* The file descriptor for this drawable's shared memory. */
137 void *buffer; /* The memory for the drawable. Typically shared memory. */
146 GLXDrawable drawable);
151 GLXDrawable drawable,
159 GLXDrawable drawable,
171 drawable, int type,
174 struct apple_glx_drawable *apple_glx_drawable_find(GLXDrawable drawable,
178 bool apple_glx_drawable_destroy_by_type(Display * dpy, GLXDrawable drawable,
186 bool apple_glx_surface_create(Display * dpy, int screen, GLXDrawable drawable,