Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDeviceInfo.cpp31 static DeviceInfo* sDeviceInfo = nullptr; variable
35 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()