Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/effects/
H A DGainmapRenderer.cpp161 static bool all_channels_equal(const SkColor4f& c) { in all_channels_equal() function
221 const int singleChannel = all_channels_equal(gainmapInfo.fGainmapGamma) && in setupGenericUniforms()
222 all_channels_equal(gainmapInfo.fGainmapRatioMin) && in setupGenericUniforms()
223 all_channels_equal(gainmapInfo.fGainmapRatioMax) && in setupGenericUniforms()