Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DDeviceInfo.h66 static bool isSupportMixedColorSpaces() { return get()->mSupportMixedColorSpaces; }; in isSupportMixedColorSpaces()
98 bool mSupportMixedColorSpaces = false; variable
H A DDeviceInfo.cpp112 get()->mSupportMixedColorSpaces = supportMixedColorSpaces; in setSupportMixedColorSpaces()