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

/frameworks/base/libs/hwui/
H A DDeviceInfo.cpp31 static DeviceInfo* sDeviceInfo = nullptr; member in namespace:android::uirenderer
35 LOG_ALWAYS_FATAL_IF(!sDeviceInfo, "DeviceInfo not yet initialized.");
36 return sDeviceInfo;
41 sDeviceInfo = new DeviceInfo();
42 sDeviceInfo->load();
48 sDeviceInfo = new DeviceInfo();
49 sDeviceInfo->mMaxTextureSize = maxTextureSize;

Completed in 521 milliseconds