Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp801 int c3Min, c3Low, c3High, c3Max; in hwcTestColorConvert() member
845 float c3Val = fromAttrib->c3Min in hwcTestColorConvert()
846 + ((float) (fromAttrib->c3Max - fromAttrib->c3Min) * color.c3()); in hwcTestColorConvert()
935 (float) (c3Val - toAttrib->c3Min) in hwcTestColorConvert()
936 / (float) (toAttrib->c3Max - toAttrib->c3Min)); in hwcTestColorConvert()