Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp848 float c1Val = fromAttrib->c1Min in hwcTestColorConvert() local
854 if ((c1Val < fromAttrib->c1Low) || (c1Val > fromAttrib->c1High) in hwcTestColorConvert()
868 color = ColorFract((c1Val - fromAttrib->c1Low) in hwcTestColorConvert()
932 c1Val = (toAttrib->c1Low in hwcTestColorConvert()
938 color = ColorFract((float) (c1Val - toAttrib->c1Min) in hwcTestColorConvert()