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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaPCache.c47 TransferList(CacheLinkPtr list, XAACacheInfoPtr array, int num) function in typeref:typename:void
968 if(Num512) TransferList(List512, pCachePriv->Info512, Num512);
975 if(Num256) TransferList(List256, pCachePriv->Info256, Num256);
982 if(Num128) TransferList(List128, pCachePriv->Info128, Num128);
991 TransferList(ListPartial, pCachePriv->InfoPartial, NumPartial);
999 if(NumColor) TransferList(ListColor, pCachePriv->InfoColor, NumColor);
1007 if(NumMono) TransferList(ListMono, pCachePriv->InfoMono, NumMono);

Completed in 5 milliseconds