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

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

Completed in 1296 milliseconds