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

/xsrc/external/mit/libXmu/dist/src/
H A DGrayPixmap.c67 static CacheEntry *pixmapCache = NULL; variable in typeref:typename:CacheEntry *
95 for (cachePtr = pixmapCache; cachePtr; cachePtr = cachePtr->next) {
113 cachePtr->next = pixmapCache;
114 pixmapCache = cachePtr;
124 for (prevP = &pixmapCache, cachePtr = pixmapCache; cachePtr;) {
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64exa.c439 int pixmapCache = 0; local in function:Mach64SetupMemEXA
478 pixmapCache = (pExa->memorySize - next) - textureSize;
479 if (pixmapCache < bufferSize)

Completed in 26 milliseconds