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

/external/mesa3d/src/glx/
H A Dglx_pbuffer.c799 XWindowAttributes xwattr; local
808 if (XGetWindowAttributes(dpy, drawable, &xwattr))
832 XWindowAttributes xwattr; local
841 if (XGetWindowAttributes(dpy, drawable, &xwattr)) {
891 XWindowAttributes xwattr; local
896 XGetWindowAttributes(dpy, win, &xwattr);
905 if (visinfo->visualid != XVisualIDFromVisual(xwattr.visual)) {

Completed in 60 milliseconds