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

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglx_pbuffer.c852 XWindowAttributes xwattr; local in function:glXSelectEvent
861 if (XGetWindowAttributes(dpy, drawable, &xwattr))
885 XWindowAttributes xwattr; local in function:glXGetSelectedEvent
894 if (XGetWindowAttributes(dpy, drawable, &xwattr)) {
944 XWindowAttributes xwattr; local in function:glXCreateWindow
949 XGetWindowAttributes(dpy, win, &xwattr);
958 if (visinfo->visualid != XVisualIDFromVisual(xwattr.visual)) {
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglx_pbuffer.c835 XWindowAttributes xwattr; local in function:glXSelectEvent
844 if (XGetWindowAttributes(dpy, drawable, &xwattr))
868 XWindowAttributes xwattr; local in function:glXGetSelectedEvent
877 if (XGetWindowAttributes(dpy, drawable, &xwattr)) {
924 XWindowAttributes xwattr; local in function:glXCreateWindow
929 XGetWindowAttributes(dpy, win, &xwattr);
938 if (visinfo->visualid != XVisualIDFromVisual(xwattr.visual)) {

Completed in 4 milliseconds