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

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp817 const struct attrib *fromAttrib; local
818 for (fromAttrib = attributes; fromAttrib < attributes + NUMA(attributes);
819 fromAttrib++) {
820 if (fromAttrib->format == fromFormat) { break; }
822 if (fromAttrib >= attributes + NUMA(attributes)) {
841 float c1Val = fromAttrib->c1Min
842 + ((float) (fromAttrib->c1Max - fromAttrib->c1Min) * color.c1());
843 float c2Val = fromAttrib
[all...]

Completed in 67 milliseconds