Lines Matching refs:GLObjectManager
1059 class GLObjectManager class
1079 return const_cast<T &>(((const GLObjectManager<T> *)this)->get(name)); in get()
1100 const char *GLObjectManager<Buffer>::objTypeName(void) in objTypeName()
1105 const char *GLObjectManager<Texture>::objTypeName(void) in objTypeName()
1110 const char *GLObjectManager<Program>::objTypeName(void) in objTypeName()
1116 const T &GLObjectManager<T>::get(const string &name) const in get()
1124 int GLObjectManager<T>::computeApproxMemUsage(void) const in computeApproxMemUsage()
1139 void GLObjectManager<T>::markAsGarbage(const string &name) in markAsGarbage()
1148 int GLObjectManager<T>::removeRandomGarbage(Random &rnd) in removeRandomGarbage()
1160 void GLObjectManager<T>::removeGarbageUntilUnder(const int limit, Random &rnd) in removeGarbageUntilUnder()
1373 m_programs = new GLObjectManager<Program>; in init()
1374 m_buffers = new GLObjectManager<Buffer>; in init()
1375 m_textures = new GLObjectManager<Texture>; in init()