[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 }