Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void OglGui::OglImageCache::UpdateLRU ( int  index  )  [inline, private]

Definition at line 195 of file OglImageCache.h.

References mLRU.

Referenced by GetImIdPair(), GetLRU(), and GetUnusedImIdPairWithTexSize().

00196     {
00197         mLRU.remove(index);
00198         mLRU.push_back(index);
00199     }


Generated on Thu Jan 13 09:26:40 2011 for ImpalaSrc by  doxygen 1.5.1