Definition at line 167 of file OglImageCache.h. References mImages, and UpdateLRU(). Referenced by Add(), and GetImage(). 00168 { 00169 for (int i=0; i<mImages.size(); i++) 00170 { 00171 if (id == mImages[i]->second) 00172 { 00173 UpdateLRU(i); 00174 return mImages[i]; 00175 } 00176 } 00177 return 0; 00178 }
Here is the call graph for this function:
|