Home | History | Annotate | Download | only in x11

Lines Matching defs:pixmap

83    GLboolean ximage_flag;	/* Use XImage for back buffer (not pixmap)? */
130 PIXMAP, /* GLX pixmap */
147 * Either <ximage> or <pixmap> will be used, never both.
148 * In any case, <drawable> always equals <pixmap>.
149 * For stand-alone Mesa, we could merge <drawable> and <pixmap> into one
159 XMesaPixmap pixmap; /* Back color buffer */
160 XMesaImage *ximage; /* The back buffer, if not using a Pixmap */
190 BufferType type; /* window, pixmap, pbuffer or glxwindow */
203 /* BACK_PIXMAP = use Pixmap for back buffer */
208 /* 2 = Pixmap support available too */