Searched refs:exaPixmapIsDirty (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_migration_classic.c71 exaPixmapIsDirty (PixmapPtr pPix) function in typeref:typename:Bool
76 EXA_FatalErrorDebugWithRet(("EXA bug: exaPixmapIsDirty was called on a non-exa pixmap.\n"), TRUE);
365 exaPixmapIsDirty(pPixmap) ? 'd' : 'c'));
405 exaPixmapIsDirty(pPixmap) ? 'd' : 'c'));
614 if (!exaPixmapIsDirty (pixmaps[i].pPix) &&
640 !exaPixmapIsDirty (pixmaps[i].pPix))
643 if (!exaPixmapIsDirty (pixmaps[i].pPix))
656 if (!exaPixmapIsDirty (pixmaps[i].pPix))
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_migration_classic.c71 exaPixmapIsDirty(PixmapPtr pPix) function in typeref:typename:Bool
76 EXA_FatalErrorDebugWithRet(("EXA bug: exaPixmapIsDirty was called on a non-exa pixmap.\n"), TRUE);
371 exaPixmapIsDirty(pPixmap) ? 'd' : 'c'));
413 exaPixmapIsDirty(pPixmap) ? 'd' : 'c'));
628 if (!exaPixmapIsDirty(pixmaps[i].pPix) &&
654 !exaPixmapIsDirty(pixmaps[i].pPix)) {
656 if (!exaPixmapIsDirty(pixmaps[i].pPix))
669 if (!exaPixmapIsDirty(pixmaps[i].pPix))

Completed in 4 milliseconds