HomeSort by relevance Sort by last modified time
    Searched full:toattrib (Results 1 - 1 of 1) sorted by null

  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 835 const struct attrib *toAttrib;
836 for (toAttrib = attributes; toAttrib < attributes + NUMA(attributes);
837 toAttrib++) {
838 if (toAttrib->format == toFormat) { break; }
840 if (toAttrib >= attributes + NUMA(attributes)) {
877 if (fromAttrib->rgb && toAttrib->yuv) {
914 if (fromAttrib->yuv && toAttrib->rgb) {
932 c1Val = (toAttrib->c1Low
933 + (float) (toAttrib->c1High - toAttrib->c1Low) * color.c1())
    [all...]

Completed in 56 milliseconds