Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp799 int c1Min, c1Low, c1High, c1Max; in hwcTestColorConvert() member
847 if ((c1Val < fromAttrib->c1Low) || (c1Val > fromAttrib->c1High) in hwcTestColorConvert()
861 color = ColorFract((c1Val - fromAttrib->c1Low) in hwcTestColorConvert()
862 / (fromAttrib->c1High - fromAttrib->c1Low), in hwcTestColorConvert()
925 c1Val = (toAttrib->c1Low in hwcTestColorConvert()
926 + (float) (toAttrib->c1High - toAttrib->c1Low) * color.c1()); in hwcTestColorConvert()
927 c2Val = (toAttrib->c1Low in hwcTestColorConvert()
929 c3Val = (toAttrib->c1Low in hwcTestColorConvert()