Searched refs:pixmaps (Results 1 - 25 of 44) sorted by relevance

12

/xsrc/external/mit/libXpm/dist/test/
H A DMakefile.am51 $(check_PROGRAMS): pixmaps/.generated
53 pixmaps/.generated:
54 -rm -rf pixmaps/good/generated pixmaps/invalid/generated pixmaps/.generated
55 $(MKDIR_P) pixmaps/good/generated pixmaps/invalid/generated \
56 pixmaps/no-mem/generated
57 cp $(srcdir)/pixmaps/good/*.xpm pixmaps/goo
[all...]
H A DMakefile.in615 pixmaps/good/BlueCurves.xpm \
616 pixmaps/good/Dimple.xpm \
617 pixmaps/good/Dolphins.xpm \
618 pixmaps/good/Miniweave.xpm \
619 pixmaps/good/Squares.xpm \
620 pixmaps/good/Swirl.xpm \
621 pixmaps/good/Utah-teapot.xpm \
622 pixmaps/good/chromesphere.xpm \
623 pixmaps/good/plaid-v1.xpm \
624 pixmaps/goo
[all...]
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_migration_mixed.c74 exaDoMigration_mixed(ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel) argument
82 if (exaPixmapIsPinned (pixmaps[i].pPix) &&
83 !exaPixmapHasGpuCopy (pixmaps[i].pPix))
95 PixmapPtr pPixmap = pixmaps[i].pPix;
105 * there are pixmaps without pDamage and a bad fb_pitch value.
113 exaCopyDirtyToFb(pixmaps + i);
116 !pixmaps[i].as_dst && !pixmaps[i].pReg)
127 ExaMigrationRec pixmaps[1]; local in function:exaMoveInPixmap_mixed
129 pixmaps[
199 ExaMigrationRec pixmaps[1]; local in function:exaPrepareAccessReg_mixed
[all...]
H A Dexa_migration_classic.c196 /* The caller may restrict the region to be migrated for source pixmaps
333 /* Don't migrate in pixmaps which are less than 8bpp. This avoids a lot of
594 * Performs migration of the pixmaps according to the operation information
595 * provided in pixmaps and can_accel and the migration scheme chosen in the
599 exaDoMigration_classic (ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel) argument
601 ScreenPtr pScreen = pixmaps[0].pPix->drawable.pScreen;
614 if (!exaPixmapIsDirty (pixmaps[i].pPix) &&
615 !exaAssertNotDirty (pixmaps[i].pPix))
623 if (exaPixmapIsPinned (pixmaps[i].pPix) &&
624 !exaPixmapHasGpuCopy (pixmaps[
730 ExaMigrationRec pixmaps[1]; local in function:exaPrepareAccessReg_classic
[all...]
H A Dexa_accel.c64 ExaMigrationRec pixmaps[1]; local in function:exaFillSpans
66 pixmaps[0].as_dst = TRUE;
67 pixmaps[0].as_src = FALSE;
68 pixmaps[0].pPix = pPixmap;
69 pixmaps[0].pReg = NULL;
71 exaDoMigration (pixmaps, 1, TRUE);
176 ExaMigrationRec pixmaps[1]; local in function:exaDoPutImage
178 pixmaps[0].as_dst = TRUE;
179 pixmaps[0].as_src = FALSE;
180 pixmaps[
466 ExaMigrationRec pixmaps[2]; local in function:exaHWCopyNtoN
835 ExaMigrationRec pixmaps[1]; local in function:exaPolyFillRect
1016 ExaMigrationRec pixmaps[1]; local in function:exaFillRegionSolid
1119 ExaMigrationRec pixmaps[2]; local in function:exaFillRegionTiled
[all...]
H A Dexa_render.c313 ExaMigrationRec pixmaps[1]; local in function:exaTryDriverSolidFill
315 pixmaps[0].as_dst = TRUE;
316 pixmaps[0].as_src = FALSE;
317 pixmaps[0].pPix = pDstPix;
318 pixmaps[0].pReg = &region;
319 exaDoMigration(pixmaps, 1, TRUE);
379 /* Check whether the accelerator can use these pixmaps.
380 * FIXME: If it cannot, use temporary pixmaps so that the drawing
397 ExaMigrationRec pixmaps[3]; local in function:exaTryDriverCompositeRects
400 pixmaps[
709 ExaMigrationRec pixmaps[3]; local in function:exaTryDriverComposite
[all...]
H A Dexa_priv.h172 void (*do_migration) (ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel);
189 /* Reference counting for accessed pixmaps */
582 exaDoMigration (ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel);
639 exaDoMigration_mixed(ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel);
712 exaDoMigration_classic (ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel);
H A Dexa_glyphs.c59 /* Width of the pixmaps we use for the caches; this should be less than
143 * for switching between mask pixmaps. (Note that for a size of font
351 * pipeline glyph uploads and to avoid creating gpu backed pixmaps for
386 ExaMigrationRec pixmaps[1]; local in function:exaGlyphCacheUploadGlyph
389 pixmaps[0].as_dst = TRUE;
390 pixmaps[0].as_src = FALSE;
391 pixmaps[0].pPix = pCachePixmap;
392 pixmaps[0].pReg = NULL;
393 exaDoMigration (pixmaps, 1, TRUE);
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_migration_mixed.c79 exaDoMigration_mixed(ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel) argument
87 if (exaPixmapIsPinned(pixmaps[i].pPix) &&
88 !exaPixmapHasGpuCopy(pixmaps[i].pPix)) {
99 PixmapPtr pPixmap = pixmaps[i].pPix;
110 * there are pixmaps without pDamage and a bad fb_pitch value.
118 exaCopyDirtyToFb(pixmaps + i);
121 !pixmaps[i].as_dst && !pixmaps[i].pReg)
132 ExaMigrationRec pixmaps[1]; local in function:exaMoveInPixmap_mixed
134 pixmaps[
204 ExaMigrationRec pixmaps[1]; local in function:exaPrepareAccessReg_mixed
[all...]
H A Dexa_migration_classic.c196 /* The caller may restrict the region to be migrated for source pixmaps
339 /* Don't migrate in pixmaps which are less than 8bpp. This avoids a lot of
607 * Performs migration of the pixmaps according to the operation information
608 * provided in pixmaps and can_accel and the migration scheme chosen in the
612 exaDoMigration_classic(ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel) argument
614 ScreenPtr pScreen = pixmaps[0].pPix->drawable.pScreen;
628 if (!exaPixmapIsDirty(pixmaps[i].pPix) &&
629 !exaAssertNotDirty(pixmaps[i].pPix))
638 if (exaPixmapIsPinned(pixmaps[i].pPix) &&
639 !exaPixmapHasGpuCopy(pixmaps[
745 ExaMigrationRec pixmaps[1]; local in function:exaPrepareAccessReg_classic
[all...]
H A Dexa_accel.c64 ExaMigrationRec pixmaps[1]; local in function:exaFillSpans
66 pixmaps[0].as_dst = TRUE;
67 pixmaps[0].as_src = FALSE;
68 pixmaps[0].pPix = pPixmap;
69 pixmaps[0].pReg = NULL;
71 exaDoMigration(pixmaps, 1, TRUE);
172 ExaMigrationRec pixmaps[1]; local in function:exaDoPutImage
174 pixmaps[0].as_dst = TRUE;
175 pixmaps[0].as_src = FALSE;
176 pixmaps[
457 ExaMigrationRec pixmaps[2]; local in function:exaHWCopyNtoN
834 ExaMigrationRec pixmaps[1]; local in function:exaPolyFillRect
1009 ExaMigrationRec pixmaps[1]; local in function:exaFillRegionSolid
1108 ExaMigrationRec pixmaps[2]; local in function:exaFillRegionTiled
[all...]
H A Dexa_render.c307 ExaMigrationRec pixmaps[1]; local in function:exaTryDriverSolidFill
309 pixmaps[0].as_dst = TRUE;
310 pixmaps[0].as_src = FALSE;
311 pixmaps[0].pPix = pDstPix;
312 pixmaps[0].pReg = &region;
313 exaDoMigration(pixmaps, 1, TRUE);
371 /* Check whether the accelerator can use these pixmaps.
372 * FIXME: If it cannot, use temporary pixmaps so that the drawing
387 ExaMigrationRec pixmaps[3]; local in function:exaTryDriverCompositeRects
390 pixmaps[
697 ExaMigrationRec pixmaps[3]; local in function:exaTryDriverComposite
[all...]
H A Dexa_priv.h173 void (*do_migration) (ExaMigrationPtr pixmaps, int npixmaps,
191 /* Reference counting for accessed pixmaps */
582 exaDoMigration(ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel);
647 exaDoMigration_mixed(ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel);
721 exaDoMigration_classic(ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel);
H A Dexa_glyphs.c59 /* Width of the pixmaps we use for the caches; this should be less than
147 * for switching between mask pixmaps. (Note that for a size of font
354 * pipeline glyph uploads and to avoid creating gpu backed pixmaps for
389 ExaMigrationRec pixmaps[1]; local in function:exaGlyphCacheUploadGlyph
392 pixmaps[0].as_dst = TRUE;
393 pixmaps[0].as_src = FALSE;
394 pixmaps[0].pPix = pCachePixmap;
395 pixmaps[0].pReg = NULL;
396 exaDoMigration(pixmaps, 1, TRUE);
/xsrc/external/mit/libXt/dist/src/
H A DGCManager.c200 Drawable *pixmaps; local in function:XtAllocateGC
258 pixmaps = pd->pixmap_tab[cur->screen];
259 if (!pixmaps) {
270 pixmaps = (Drawable *) __XtCalloc((unsigned) max, sizeof(Drawable));
271 pd->pixmap_tab[cur->screen] = pixmaps;
273 drawable = pixmaps[cur->depth - 1];
277 pixmaps[cur->depth - 1] = drawable;
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_pixmap_colormap.spec37 Xlib functions but there is no colormap associated with pixmaps.
64 pixmaps of any visual class, not just TrueColor or DirectColor. In order
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_pixmap_colormap.spec37 Xlib functions but there is no colormap associated with pixmaps.
64 pixmaps of any visual class, not just TrueColor or DirectColor. In order
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_saa_priv.h62 struct _WsbmListHead pixmaps; member in struct:vmwgfx_saa
H A Dvmwgfx_driver.c733 PixmapPtr *pixmaps = calloc(config->num_crtc, sizeof(*pixmaps)); local in function:xorg_flush
737 if (!pixmaps) {
744 * Get an array of pixmaps from which we scan out.
756 if (pixmap == pixmaps[j])
761 pixmaps[num_scanout++] = pixmap;
770 pixmap = pixmaps[j];
797 free(pixmaps);
/xsrc/external/mit/libXpm/dist/
H A Dconfigure.ac62 AC_MSG_CHECKING([whether to handle compressed pixmaps])
92 AC_MSG_CHECKING([whether to search for compressed pixmaps])
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_dri3.c206 list_for_each_entry(priv, &sna->dri3.pixmaps, cow_list) {
280 list_add(&priv->cow_list, &sna->dri3.pixmaps);
350 list_move(&priv->cow_list, &sna->dri3.pixmaps);
379 list_init(&sna->dri3.pixmaps);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_dri3.c203 list_for_each_entry(priv, &sna->dri3.pixmaps, cow_list) {
275 list_add(&priv->cow_list, &sna->dri3.pixmaps);
336 list_move(&priv->cow_list, &sna->dri3.pixmaps);
365 list_init(&sna->dri3.pixmaps);
/xsrc/external/mit/libXcursor/dist/
H A Dconfigure.ac73 DEF_CURSORPATH="~/.local/share/icons:~/.icons:${datadir}/icons:${datadir}/pixmaps"
/xsrc/external/mit/xterm/dist/package/debian/
H A Drules77 --with-pixmapdir=\$${prefix}/share/pixmaps \
/xsrc/external/mit/xterm/dist/package/freebsd/
H A DMakefile32 CPPFLAGS+= -DPIXMAP_ROOTDIR=${LOCALBASE}/share/pixmaps

Completed in 57 milliseconds

12