Searched refs:g_pInstance (Results 1 – 1 of 1) sorted by relevance
33 CFX_GlobalData* g_pInstance = nullptr; variable88 if (!g_pInstance) { in GetRetainedInstance()89 g_pInstance = new CFX_GlobalData(pDelegate); in GetRetainedInstance()91 ++g_pInstance->m_RefCount; in GetRetainedInstance()92 return g_pInstance; in GetRetainedInstance()99 delete g_pInstance; in Release()100 g_pInstance = nullptr; in Release()