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

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp831 const struct attrib *toAttrib; local
832 for (toAttrib = attributes; toAttrib < attributes + NUMA(attributes);
833 toAttrib++) {
834 if (toAttrib->format == toFormat) { break; }
836 if (toAttrib >= attributes + NUMA(attributes)) {
873 if (fromAttrib->rgb && toAttrib->yuv) {
910 if (fromAttrib->yuv && toAttrib->rgb) {
928 c1Val = (toAttrib->c1Low
929 + (float) (toAttrib
[all...]

Completed in 44 milliseconds