Searched refs:xpix (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Dxeglgears.c342 EGLNativePixmapType xpix; member in struct:egl_manager
523 eman->xpix = XCreatePixmap(eman->xdpy, xwin,
528 eman->xpix, attrib_list);
531 XFreePixmap(eman->xdpy, eman->xpix);
532 eman->xpix = None;
560 if (eman->xpix != None)
561 XFreePixmap(eman->xdpy, eman->xpix);
626 XCopyArea(eman->xdpy, eman->xpix, eman->xwin, eman->gc,
706 if (!eglCopyBuffers(eman->dpy, eman->pbuf, eman->xpix))
873 (EGLClientBuffer) eman->xpix, NUL
[all...]
/xsrc/external/mit/xwud/dist/
H A Dxwud.c1037 unsigned long pix, xpix; local in function:Do_Direct
1112 xpix = (((((pix >> rshift) & rmask) * 65535 / rmask)
1118 XPutPixel(out_image, x, y, xpix);
1137 xpix = ((pix >> 12) ^ pix) & ((1 << 12) - 1);
1138 if (((color.pixel = pixels[xpix]) == ~0L) ||
1139 (rpixels[xpix] != pix)) {
1159 pixels[xpix] = color.pixel;
1160 rpixels[xpix] = pix;

Completed in 4 milliseconds