Searched refs:m_pPlatformData (Results 1 – 5 of 5) sorted by relevance
21 m_pPlatformData = pDeviceModule; in InitPlatform()25 if (m_pPlatformData) { in DestroyPlatform()26 ((IFPF_DeviceModule*)m_pPlatformData)->Destroy(); in DestroyPlatform()
98 m_pPlatformData = new CApplePlatform; in InitPlatform()103 if (m_pPlatformData) { in DestroyPlatform()104 delete (CApplePlatform *) m_pPlatformData; in DestroyPlatform()106 m_pPlatformData = NULL; in DestroyPlatform()
16 m_pPlatformData = NULL; in CFX_GEModule()
58 return m_pPlatformData; in GetPlatformData()72 void* m_pPlatformData; variable
406 m_pPlatformData = pPlatformData; in InitPlatform()411 if (m_pPlatformData) { in DestroyPlatform()412 delete (CWin32Platform*)m_pPlatformData; in DestroyPlatform()414 m_pPlatformData = NULL; in DestroyPlatform()