Searched refs:overlayVisualsAtom (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dlayerutil.c29 static Atom overlayVisualsAtom; local in function:findServerOverlayVisualsInfo
37 overlayVisualsAtom = XSGIFastInternAtom(dpy,
39 if (overlayVisualsAtom != None) {
50 overlayVisualsAtom, 0L, (long) 10000, False,
51 overlayVisualsAtom, &actualType, &actualFormat,
55 actualType != overlayVisualsAtom ||
/xsrc/external/mit/xwd/dist/
H A DmultiVis.c1012 Atom overlayVisualsAtom; /* Parameters for XGetWindowProperty */ local in function:GetXVisualInfo
1032 overlayVisualsAtom = XInternAtom(display, "SERVER_OVERLAY_VISUALS", True);
1033 if (overlayVisualsAtom != None) {
1042 overlayVisualsAtom, 0, numLongs, False,
1043 overlayVisualsAtom, &actualType, &actualFormat,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dfakeglx.c163 Atom overlayVisualsAtom; local in function:GetOverlayInfo
174 overlayVisualsAtom = XInternAtom(dpy,"SERVER_OVERLAY_VISUALS", True);
175 if (overlayVisualsAtom == None) {
180 overlayVisualsAtom, 0L, (long) 10000, False,
181 overlayVisualsAtom, &actualType, &actualFormat,
185 if (status != Success || actualType != overlayVisualsAtom ||
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dfakeglx.c162 Atom overlayVisualsAtom; local in function:GetOverlayInfo
173 overlayVisualsAtom = XInternAtom(dpy,"SERVER_OVERLAY_VISUALS", True);
174 if (overlayVisualsAtom == None) {
179 overlayVisualsAtom, 0L, (long) 10000, False,
180 overlayVisualsAtom, &actualType, &actualFormat,
184 if (status != Success || actualType != overlayVisualsAtom ||

Completed in 13 milliseconds