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

/frameworks/base/opengl/tests/hwc/
H A DhwcTestLib.cpp833 const struct attrib *toAttrib; local
834 for (toAttrib = attributes; toAttrib < attributes + NUMA(attributes);
835 toAttrib++) {
836 if (toAttrib->format == toFormat) { break; }
838 if (toAttrib >= attributes + NUMA(attributes)) {
875 if (fromAttrib->rgb && toAttrib->yuv) {
912 if (fromAttrib->yuv && toAttrib->rgb) {
930 c1Val = (toAttrib->c1Low
931 + (float) (toAttrib
[all...]

Completed in 89 milliseconds