Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp799 int c1Min, c1Low, c1High, c1Max; in hwcTestColorConvert() member
841 float c1Val = fromAttrib->c1Min in hwcTestColorConvert()
842 + ((float) (fromAttrib->c1Max - fromAttrib->c1Min) * color.c1()); in hwcTestColorConvert()
931 color = ColorFract((float) (c1Val - toAttrib->c1Min) in hwcTestColorConvert()
932 / (float) (toAttrib->c1Max - toAttrib->c1Min), in hwcTestColorConvert()