Searched refs:g_pInstance (Results 1 – 1 of 1) sorted by relevance
33 CFX_GlobalData* g_pInstance = nullptr; variable91 if (!g_pInstance) { in GetRetainedInstance()92 g_pInstance = new CFX_GlobalData(pDelegate); in GetRetainedInstance()94 ++g_pInstance->m_RefCount; in GetRetainedInstance()95 return g_pInstance; in GetRetainedInstance()102 delete g_pInstance; in Release()103 g_pInstance = nullptr; in Release()