Home
last modified time | relevance | path

Searched refs:m_refCount (Results 1 – 2 of 2) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglGlobalInfo.cpp21 int EglGlobalInfo::m_refCount = 0; member in EglGlobalInfo
37 m_refCount = 0; in getInstance()
39 m_refCount++; in getInstance()
44 m_refCount--; in delInstance()
45 if(m_refCount <= 0 && m_singleton) { in delInstance()
DEglGlobalInfo.h55 static int m_refCount; variable