Searched refs:m_pPlatformData (Results 1 – 5 of 5) sorted by relevance
24 m_pPlatformData = pDeviceModule; in InitPlatform()28 if (m_pPlatformData) { in DestroyPlatform()29 ((IFPF_DeviceModule*)m_pPlatformData)->Destroy(); in DestroyPlatform()
107 m_pPlatformData = FX_NEW CApplePlatform; in InitPlatform()112 if (m_pPlatformData) { in DestroyPlatform()113 delete (CApplePlatform *) m_pPlatformData; in DestroyPlatform()115 m_pPlatformData = NULL; in DestroyPlatform()
16 m_pPlatformData = NULL; in CFX_GEModule()
59 return m_pPlatformData; in GetPlatformData()73 void* m_pPlatformData; variable
416 m_pPlatformData = pPlatformData; in InitPlatform()421 if (m_pPlatformData) { in DestroyPlatform()422 delete (CWin32Platform*)m_pPlatformData; in DestroyPlatform()424 m_pPlatformData = NULL; in DestroyPlatform()