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

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp828 const struct attrib *toAttrib; local
829 for (toAttrib = attributes; toAttrib < attributes + NUMA(attributes);
830 toAttrib++) {
831 if (toAttrib->format == toFormat) { break; }
833 if (toAttrib >= attributes + NUMA(attributes)) {
870 if (fromAttrib->rgb && toAttrib->yuv) {
907 if (fromAttrib->yuv && toAttrib->rgb) {
925 c1Val = (toAttrib->c1Low
926 + (float) (toAttrib
[all...]

Completed in 155 milliseconds