Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp801 int c3Min, c3Low, c3High, c3Max; in hwcTestColorConvert() member
849 || (c3Val < fromAttrib->c3Low) || (c3Val > fromAttrib->c3High)) { in hwcTestColorConvert()
865 (c3Val - fromAttrib->c3Low) in hwcTestColorConvert()
866 / (fromAttrib->c3High - fromAttrib->c3Low)); in hwcTestColorConvert()
930 + (float) (toAttrib->c3High - toAttrib->c3Low) * color.c3()); in hwcTestColorConvert()