Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp800 int c2Min, c2Low, c2High, c2Max; in hwcTestColorConvert() member
843 float c2Val = fromAttrib->c2Min in hwcTestColorConvert()
844 + ((float) (fromAttrib->c2Max - fromAttrib->c2Min) * color.c2()); in hwcTestColorConvert()
933 (float) (c2Val - toAttrib->c2Min) in hwcTestColorConvert()
934 / (float) (toAttrib->c2Max - toAttrib->c2Min), in hwcTestColorConvert()