Searched defs:pixmaps (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx.c1611 * Instead we'd do necessary initialization on first use of those pixmaps.
2104 Bool pixmaps; local
2111 /* Check for extension and pixmaps format */
2120 if (!XShmQueryVersion(dpy, &vma, &vmi, &pixmaps) || !pixmaps)
2122 crWarning("XSHM extension doesn't support pixmaps");
2495 /* we're interested in pixmaps only...and those have e->drawable set to 0 or other strange value for some odd reason

Completed in 38 milliseconds