Searched refs:GLObjectCounter (Results 1 – 16 of 16) sorted by relevance
41 class GLObjectCounter::Impl {93 static GLObjectCounter* sGlobal() { in sGlobal()94 static GLObjectCounter* g = new GLObjectCounter; in sGlobal()98 GLObjectCounter::GLObjectCounter() : mImpl(new GLObjectCounter::Impl()) {} in GLObjectCounter() function in android::base::GLObjectCounter100 void GLObjectCounter::incCount(size_t type) { in incCount()104 void GLObjectCounter::decCount(size_t type) { in decCount()108 std::vector<size_t> GLObjectCounter::getCounts() { in getCounts()112 std::string GLObjectCounter::printUsage() { in printUsage()116 GLObjectCounter* GLObjectCounter::get() { in get()
21 "GLObjectCounter.cpp",
59 "GLObjectCounter.cpp",
27 GLObjectCounter.cpp
25 class GLObjectCounter {26 DISALLOW_COPY_ASSIGN_AND_MOVE(GLObjectCounter);29 GLObjectCounter();30 static GLObjectCounter* get();
24 android::base::GLObjectCounter* s_default_gl_object_counter = nullptr;26 android::base::GLObjectCounter* s_gl_object_counter = nullptr;64 void emugl::setGLObjectCounter(android::base::GLObjectCounter* counter) { in setGLObjectCounter()68 android::base::GLObjectCounter* emugl::getGLObjectCounter() { in getGLObjectCounter()71 s_default_gl_object_counter = new android::base::GLObjectCounter; in getGLObjectCounter()
33 class GLObjectCounter; variable53 android::base::GLObjectCounter* counter);54 EMUGL_COMMON_API android::base::GLObjectCounter* getGLObjectCounter();
42 class GLObjectCounter; variable72 android::base::GLObjectCounter* counter) = 0;
89 android::base::GLObjectCounter::get()->incCount(toIndex(genNameInfo.m_type)); in NamedObject()131 android::base::GLObjectCounter::get()->decCount(toIndex(m_type)); in ~NamedObject()
35 android::base::GLObjectCounter* counter) override;
55 android::base::GLObjectCounter* counter) { in setGLObjectCounter()
14 GLObjectCounter.cpp
169 sRenderLib->setGLObjectCounter(android::base::GLObjectCounter::get()); in android_startOpenglesRenderer()
446 emugl::setGLObjectCounter(android::base::GLObjectCounter::get()); in SetUp()
244 emugl::setGLObjectCounter(android::base::GLObjectCounter::get()); in SampleApplication()
73 emugl::setGLObjectCounter(android::base::GLObjectCounter::get()); in SetUp()