HomeSort by relevance Sort by last modified time
    Searched refs:GLObjectManager (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsLongStressCase.hpp 48 template <typename T> class GLObjectManager;
321 LongStressCaseInternal::GLObjectManager<
323 LongStressCaseInternal::GLObjectManager<
325 LongStressCaseInternal::GLObjectManager<
glsLongStressCase.cpp 884 * GLObjectManager can be used for objects of class Program, Buffer or
904 class GLObjectManager
911 T& get (const string& name) { return const_cast<T&>(((const GLObjectManager<T>*)this)->get(name)); }
925 template <> const char* GLObjectManager<Buffer>::objTypeName (void) { return "buffer"; }
926 template <> const char* GLObjectManager<Texture>::objTypeName (void) { return "texture"; }
927 template <> const char* GLObjectManager<Program>::objTypeName (void) { return "program"; }
930 const T& GLObjectManager<T>::get (const string& name) const
938 int GLObjectManager<T>::computeApproxMemUsage (void) const
    [all...]

Completed in 33 milliseconds