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

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dfakeglx.c179 Atom overlayVisualsAtom; local
190 overlayVisualsAtom = XInternAtom(dpy,"SERVER_OVERLAY_VISUALS", True);
191 if (overlayVisualsAtom == None) {
196 overlayVisualsAtom, 0L, (long) 10000, False,
197 overlayVisualsAtom, &actualType, &actualFormat,
201 if (status != Success || actualType != overlayVisualsAtom ||
/external/mesa3d/src/mesa/drivers/x11/
H A Dfakeglx.c179 Atom overlayVisualsAtom; local
190 overlayVisualsAtom = XInternAtom(dpy,"SERVER_OVERLAY_VISUALS", True);
191 if (overlayVisualsAtom == None) {
196 overlayVisualsAtom, 0L, (long) 10000, False,
197 overlayVisualsAtom, &actualType, &actualFormat,
201 if (status != Success || actualType != overlayVisualsAtom ||

Completed in 270 milliseconds