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

/frameworks/base/opengl/tests/hwc/
H A DhwcTestLib.cpp822 const struct attrib *fromAttrib; local
823 for (fromAttrib = attributes; fromAttrib < attributes + NUMA(attributes);
824 fromAttrib++) {
825 if (fromAttrib->format == fromFormat) { break; }
827 if (fromAttrib >= attributes + NUMA(attributes)) {
846 float c1Val = fromAttrib->c1Min
847 + ((float) (fromAttrib->c1Max - fromAttrib->c1Min) * color.c1());
848 float c2Val = fromAttrib
[all...]

Completed in 37 milliseconds