Searched refs:sDeviceInfo (Results 1 – 1 of 1) sorted by relevance
31 static DeviceInfo* sDeviceInfo = nullptr; variable35 LOG_ALWAYS_FATAL_IF(!sDeviceInfo, "DeviceInfo not yet initialized."); in get()36 return sDeviceInfo; in get()41 sDeviceInfo = new DeviceInfo(); in initialize()42 sDeviceInfo->load(); in initialize()48 sDeviceInfo = new DeviceInfo(); in initialize()49 sDeviceInfo->mMaxTextureSize = maxTextureSize; in initialize()