Home | History | Annotate | Download | only in x11

Lines Matching refs:PIXMAP

112  *          2 = shared Pixmap support available also
237 * Return the size of the window (or pixmap) that corresponds to the
250 stat = get_drawable_size(dpy, b->frontxrb->pixmap, width, height);
274 * \param d the corresponding X drawable (window or pixmap)
275 * \param type either WINDOW, PIXMAP or PBUFFER, describing d
286 ASSERT(type == WINDOW || type == PIXMAP || type == PBUFFER);
310 b->frontxrb->pixmap = (XMesaPixmap) d;
553 * \param window the window/pixmap we're rendering into
554 * \param cmap the colormap associated with the window/pixmap
607 ASSERT(b->frontxrb->pixmap == (XMesaPixmap) window);
726 * GL_FALSE = use an off-screen pixmap for back buffer
988 * X window or pixmap.
1039 * Create a new XMesaBuffer from an X pixmap.
1042 * \param p the pixmap
1044 * \c GLX_DIRECT_COLOR visual for the pixmap
1054 b = create_xmesa_buffer((XMesaDrawable) p, PIXMAP, v, cmap);
1081 b = create_xmesa_buffer((XMesaDrawable) p, PIXMAP, v, cmap);
1085 /* get pixmap size, update framebuffer/renderbuffer dims */
1133 XMesaDrawable drawable; /* X Pixmap Drawable */
1136 /* allocate pixmap for front buffer */
1359 else if (b->backxrb->pixmap) {
1360 /* Copy pixmap (back buf) to window (front buf) on server */
1363 b->backxrb->pixmap, /* source drawable */
1419 /* Copy pixmap to window on server */
1421 b->backxrb->pixmap, /* source drawable */
1433 * Return a pointer to the XMesa backbuffer Pixmap or XImage. This function
1436 * Output: pixmap - pointer to back buffer's Pixmap, or 0
1442 XMesaPixmap *pixmap,
1446 if (pixmap)
1447 *pixmap = b->backxrb->pixmap;
1453 *pixmap = 0;
1701 * need to use GetImage when texturing from a Pixmap (front buffer)
1707 if (xrb->pixmap) {
1708 img = XMesaGetImage(dpy, xrb->pixmap, 0, 0, rb->Width, rb->Height, ~0L,