Home | History | Annotate | Download | only in x11

Lines Matching refs:pix

295 get_pixmap_format(struct native_display *ndpy, EGLNativePixmapType pix)
301 depth = x11_drawable_get_depth(xdpy->xscr, (Drawable) pix);
323 EGLNativePixmapType pix,
331 enum pipe_format fmt = get_pixmap_format(&xdpy->base, pix);
347 xsurf = ximage_display_create_surface(ndpy, (Drawable) pix, nconf);
439 EGLNativePixmapType pix,
444 *format = get_pixmap_format(&xdpy->base, pix);
451 EGLNativePixmapType pix,
457 enum pipe_format fmt = get_pixmap_format(&xdpy->base, pix);
477 xdraw.drawable = (Drawable) pix;
485 return native_display_copy_to_pixmap(ndpy, pix, src);