Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDeviceInfo.h82 static bool isSupportMixedColorSpaces() { return get()->mSupportMixedColorSpaces; }; in isSupportMixedColorSpaces()
115 bool mSupportMixedColorSpaces = false; variable
DDeviceInfo.cpp116 get()->mSupportMixedColorSpaces = supportMixedColorSpaces; in setSupportMixedColorSpaces()