Searched defs:__GLXDRIdrawable (Results 1 – 2 of 2) sorted by relevance
54 typedef struct __GLXDRIdrawable __GLXDRIdrawable; typedef85 struct __GLXDRIdrawable { struct86 __GLXdrawable base;87 __DRIdrawable *driDrawable;88 __GLXDRIscreen *screen;91 int width;92 int height;93 __DRIbuffer buffers[MAX_DRAWABLE_BUFFERS];94 int count;95 XID dri2_id;
62 typedef struct __GLXDRIdrawable __GLXDRIdrawable; typedef81 struct __GLXDRIdrawable { struct93 __GLXDRIdrawable *private = (__GLXDRIdrawable *) drawable; in __glXDRIdrawableDestroy() argument