Searched refs:m_refCount (Results 1 – 2 of 2) sorted by relevance
21 int EglGlobalInfo::m_refCount = 0; member in EglGlobalInfo37 m_refCount = 0; in getInstance()39 m_refCount++; in getInstance()44 m_refCount--; in delInstance()45 if(m_refCount <= 0 && m_singleton) { in delInstance()
55 static int m_refCount; variable