HomeSort by relevance Sort by last modified time
    Searched full:m_instance (Results 1 - 4 of 4) sorted by null

  /sdk/emulator/opengl/host/tools/emugen/
TypeFactory.h 25 if (m_instance == NULL) {
26 m_instance = new TypeFactory;
28 return m_instance;
33 static TypeFactory *m_instance; member in class:TypeFactory
TypeFactory.cpp 25 TypeFactory * TypeFactory::m_instance = NULL; member in class:TypeFactory
  /sdk/emulator/opengl/tests/ut_renderer/
Renderer.cpp 36 Renderer * Renderer::m_instance = NULL; member in class:Renderer
40 if (m_instance == NULL) m_instance = new Renderer;
41 return m_instance;
Renderer.h 53 static Renderer *m_instance;

Completed in 61 milliseconds