Lines Matching defs:xwin
341 EGLNativeWindowType xwin;
476 eman->xwin = XCreateWindow(eman->xdpy, root, x, y, w, h,
489 XSetNormalHints(eman->xdpy, eman->xwin, &sizehints);
490 XSetStandardProperties(eman->xdpy, eman->xwin, name, name,
496 eman->xwin, attrib_list);
499 XDestroyWindow(eman->xdpy, eman->xwin);
500 eman->xwin = None;
505 eman->gc = XCreateGC(eman->xdpy, eman->xwin, 0, NULL);
507 XMapWindow(eman->xdpy, eman->xwin);
513 egl_manager_create_pixmap(struct egl_manager *eman, EGLNativeWindowType xwin,
518 if (!XGetWindowAttributes(eman->xdpy, xwin, &attrs)) {
523 eman->xpix = XCreatePixmap(eman->xdpy, xwin,
558 if (eman->xwin != None)
559 XDestroyWindow(eman->xdpy, eman->xwin);
626 XCopyArea(eman->xdpy, eman->xpix, eman->xwin, eman->gc,
867 ret = egl_manager_create_pixmap(eman, eman->xwin, EGL_TRUE, NULL);
891 ret = (egl_manager_create_pixmap(eman, eman->xwin,