Lines Matching defs:attrib
547 const struct attrib { in hwcTestColor2Pixel() struct
548 uint32_t format; in hwcTestColor2Pixel()
549 bool hostByteOrder; in hwcTestColor2Pixel()
550 size_t bytes; in hwcTestColor2Pixel()
551 size_t c1Offset; in hwcTestColor2Pixel()
552 size_t c1Size; in hwcTestColor2Pixel()
553 size_t c2Offset; in hwcTestColor2Pixel()
554 size_t c2Size; in hwcTestColor2Pixel()
555 size_t c3Offset; in hwcTestColor2Pixel()
556 size_t c3Size; in hwcTestColor2Pixel()
557 size_t aOffset; in hwcTestColor2Pixel()
558 size_t aSize; in hwcTestColor2Pixel()
568 const struct attrib *attrib; in hwcTestColor2Pixel() local
608 const struct attrib { in hwcTestSetPixel() struct
609 int format; in hwcTestSetPixel()
610 size_t bytes; in hwcTestSetPixel()
637 const struct attrib *attrib; in hwcTestSetPixel() local
795 const struct attrib { in hwcTestColorConvert() struct
796 uint32_t format; in hwcTestColorConvert()
797 bool rgb; in hwcTestColorConvert()
798 bool yuv; in hwcTestColorConvert()
799 int c1Min, c1Low, c1High, c1Max; in hwcTestColorConvert()
800 int c2Min, c2Low, c2High, c2Max; in hwcTestColorConvert()
801 int c3Min, c3Low, c3High, c3Max; in hwcTestColorConvert()