Home
last modified time | relevance | path

Searched refs:pixmap (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libva/va/glx/
Dva_glx_impl.c453 Pixmap pixmap; member
465 Pixmap pixmap = None; in create_tfp_surface() local
477 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 …]
/hardware/intel/common/libva/test/putsurface/
Dputsurface_x11.c57 Pixmap pixmap; in create_pixmap() local
65 pixmap = XCreatePixmap(x11_display, root, width, height, in create_pixmap()
68 return pixmap; in create_pixmap()