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

/frameworks/base/opengl/tests/hwc/
H A DhwcTestLib.cpp802 int c3Min, c3Low, c3High, c3Max; member in struct:attrib
854 || (c3Val < fromAttrib->c3Low) || (c3Val > fromAttrib->c3High)) {
870 (c3Val - fromAttrib->c3Low)
871 / (fromAttrib->c3High - fromAttrib->c3Low));
935 + (float) (toAttrib->c3High - toAttrib->c3Low) * color.c3());

Completed in 10 milliseconds