Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp841 float c1Val = fromAttrib->c1Min in hwcTestColorConvert() local
847 if ((c1Val < fromAttrib->c1Low) || (c1Val > fromAttrib->c1High) in hwcTestColorConvert()
861 color = ColorFract((c1Val - fromAttrib->c1Low) in hwcTestColorConvert()
925 c1Val = (toAttrib->c1Low in hwcTestColorConvert()
931 color = ColorFract((float) (c1Val - toAttrib->c1Min) in hwcTestColorConvert()