Lines Matching refs:DeviceInfo
28 DeviceInfo* DeviceInfo::get() { in get()
29 static DeviceInfo sDeviceInfo; in get()
33 DeviceInfo::DeviceInfo() { in DeviceInfo() function in android::uirenderer::DeviceInfo
41 void DeviceInfo::updateDisplayInfo() { in updateDisplayInfo()
78 int DeviceInfo::maxTextureSize() const { in maxTextureSize()
83 void DeviceInfo::setMaxTextureSize(int maxTextureSize) { in setMaxTextureSize()
84 DeviceInfo::get()->mMaxTextureSize = maxTextureSize; in setMaxTextureSize()
87 void DeviceInfo::setWideColorDataspace(ADataSpace dataspace) { in setWideColorDataspace()
107 void DeviceInfo::setSupportFp16ForHdr(bool supportFp16ForHdr) { in setSupportFp16ForHdr()
111 void DeviceInfo::setSupportMixedColorSpaces(bool supportMixedColorSpaces) { in setSupportMixedColorSpaces()
115 void DeviceInfo::onRefreshRateChanged(int64_t vsyncPeriod) { in onRefreshRateChanged()
119 std::atomic<float> DeviceInfo::sDensity = 2.0;