Searched refs:pixmap (Results 1 – 2 of 2) sorted by relevance
453 Pixmap pixmap; member465 Pixmap pixmap = None; in create_tfp_surface() local477 pixmap = XCreatePixmap( in create_tfp_surface()484 if (!pixmap) in create_tfp_surface()486 pSurfaceGLX->pixmap = pixmap; in create_tfp_surface()538 pixmap, in create_tfp_surface()568 if (pSurfaceGLX->pixmap) { in destroy_tfp_surface()569 XFreePixmap(ctx->native_dpy, pSurfaceGLX->pixmap); in destroy_tfp_surface()570 pSurfaceGLX->pixmap = None; in destroy_tfp_surface()755 pSurfaceGLX->pixmap = None; in create_surface()[all …]
57 Pixmap pixmap; in create_pixmap() local65 pixmap = XCreatePixmap(x11_display, root, width, height, in create_pixmap()68 return pixmap; in create_pixmap()