Searched refs:m_instance (Results 1 – 4 of 4) sorted by relevance
25 if (m_instance == NULL) { in instance()26 m_instance = new TypeFactory; in instance()28 return m_instance; in instance()33 static TypeFactory *m_instance;
25 TypeFactory * TypeFactory::m_instance = NULL; member in TypeFactory
36 Renderer * Renderer::m_instance = NULL; member in Renderer40 if (m_instance == NULL) m_instance = new Renderer; in instance()41 return m_instance; in instance()
53 static Renderer *m_instance; variable