Lines Matching refs:pm
89 Pixmap pm;
93 pm = XCreatePixmap( dpy, win, width, height, visinfo->depth );
94 if (!pm) {
114 glxpm = glXCreateGLXPixmapMESA_func( dpy, visinfo, pm, attr.colormap );
117 glxpm = glXCreateGLXPixmap( dpy, visinfo, pm );
121 glxpm = glXCreateGLXPixmap( dpy, visinfo, pm );
129 *pixmap = pm;
136 static void event_loop( Display *dpy, GLXPixmap pm )
147 XCopyArea( dpy, pm, event.xany.window, /* src, dest */
164 Pixmap pm;
170 glxpm = make_pixmap( dpy, win, 300, 300, &pm );
188 event_loop( dpy, pm );