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

/frameworks/base/opengl/tests/hwc/
H A DhwcTestLib.cpp800 int c1Min, c1Low, c1High, c1Max; member in struct:attrib
846 float c1Val = fromAttrib->c1Min
847 + ((float) (fromAttrib->c1Max - fromAttrib->c1Min) * color.c1());
936 color = ColorFract((float) (c1Val - toAttrib->c1Min)
937 / (float) (toAttrib->c1Max - toAttrib->c1Min),

Completed in 30 milliseconds