Home
last modified time | relevance | path

Searched refs:sDeviceInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DDeviceInfo.cpp47 static DeviceInfo* sDeviceInfo = nullptr; variable
51 LOG_ALWAYS_FATAL_IF(!sDeviceInfo, "DeviceInfo not yet initialized."); in get()
52 return sDeviceInfo; in get()
57 sDeviceInfo = new DeviceInfo(); in initialize()
58 sDeviceInfo->load(); in initialize()
64 sDeviceInfo = new DeviceInfo(); in initialize()
65 sDeviceInfo->mDisplayInfo = DeviceInfo::queryDisplayInfo(); in initialize()
66 sDeviceInfo->mMaxTextureSize = maxTextureSize; in initialize()