Lines Matching refs:testCopy
68 void testCopy(const GLenum testTarget, in testCopy() function in angle::CopyTexture3DTest
536 testCopy(testTarget, kColorNoAlpha, GL_RGB, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats()
538 testCopy(testTarget, kColorPreAlpha, GL_RGB, GL_UNSIGNED_BYTE, false, true, false, in testUnsizedFormats()
540 testCopy(testTarget, kColorUnAlpha, GL_RGB, GL_UNSIGNED_BYTE, false, false, true, in testUnsizedFormats()
543 testCopy(testTarget, kColorNoAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, false, false, in testUnsizedFormats()
545 testCopy(testTarget, kColorPreAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, true, false, in testUnsizedFormats()
547 testCopy(testTarget, kColorUnAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, false, true, in testUnsizedFormats()
550 testCopy(testTarget, kColorNoAlpha, GL_RGBA, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats()
552 testCopy(testTarget, kColorPreAlpha, GL_RGBA, GL_UNSIGNED_BYTE, false, true, false, in testUnsizedFormats()
554 testCopy(testTarget, kColorUnAlpha, GL_RGBA, GL_UNSIGNED_BYTE, false, false, true, in testUnsizedFormats()
557 testCopy(testTarget, kColorNoAlpha, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, false, false, false, in testUnsizedFormats()
559 testCopy(testTarget, kColorPreAlpha, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, false, true, false, in testUnsizedFormats()
561 testCopy(testTarget, kColorUnAlpha, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, false, false, true, in testUnsizedFormats()
564 testCopy(testTarget, kColorNoAlpha, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, false, false, false, in testUnsizedFormats()
566 testCopy(testTarget, kColorPreAlpha, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, false, true, false, in testUnsizedFormats()
568 testCopy(testTarget, kColorUnAlpha, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, false, false, true, in testUnsizedFormats()
571 testCopy(testTarget, kColorNoAlpha, GL_LUMINANCE, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats()
573 testCopy(testTarget, kColorPreAlpha, GL_LUMINANCE, GL_UNSIGNED_BYTE, false, true, false, in testUnsizedFormats()
575 testCopy(testTarget, kColorUnAlpha, GL_LUMINANCE, GL_UNSIGNED_BYTE, false, false, true, in testUnsizedFormats()
578 testCopy(testTarget, kColorNoAlpha, GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats()
580 testCopy(testTarget, kColorPreAlpha, GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE, false, true, false, in testUnsizedFormats()
582 testCopy(testTarget, kColorUnAlpha, GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE, false, false, true, in testUnsizedFormats()
585 testCopy(testTarget, kColorNoAlpha, GL_ALPHA, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats()
587 testCopy(testTarget, kColorNoAlpha, GL_ALPHA, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats()
589 testCopy(testTarget, kColorNoAlpha, GL_ALPHA, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats()
608 testCopy(testTarget, kColorNoAlpha, GL_R8_SNORM, GL_BYTE, false, false, false, in testSnormFormats()
610 testCopy(testTarget, kColorPreAlpha, GL_R8_SNORM, GL_BYTE, false, true, false, in testSnormFormats()
612 testCopy(testTarget, kColorUnAlpha, GL_R8_SNORM, GL_BYTE, false, false, true, in testSnormFormats()
615 testCopy(testTarget, kColorNoAlpha, GL_RG8_SNORM, GL_BYTE, false, false, false, in testSnormFormats()
617 testCopy(testTarget, kColorPreAlpha, GL_RG8_SNORM, GL_BYTE, false, true, false, in testSnormFormats()
619 testCopy(testTarget, kColorUnAlpha, GL_RG8_SNORM, GL_BYTE, false, false, true, in testSnormFormats()
622 testCopy(testTarget, kColorNoAlpha, GL_RGB8_SNORM, GL_BYTE, false, false, false, in testSnormFormats()
624 testCopy(testTarget, kColorPreAlpha, GL_RGB8_SNORM, GL_BYTE, false, true, false, in testSnormFormats()
626 testCopy(testTarget, kColorUnAlpha, GL_RGB8_SNORM, GL_BYTE, false, false, true, in testSnormFormats()
629 testCopy(testTarget, kColorNoAlpha, GL_RGBA8_SNORM, GL_BYTE, false, false, false, in testSnormFormats()
631 testCopy(testTarget, kColorPreAlpha, GL_RGBA8_SNORM, GL_BYTE, false, true, false, in testSnormFormats()
633 testCopy(testTarget, kColorUnAlpha, GL_RGBA8_SNORM, GL_BYTE, false, false, true, in testSnormFormats()
636 testCopy(testTarget, GLColor(250, 200, 150, 100), GL_RGB10_A2, GL_UNSIGNED_INT_2_10_10_10_REV, in testSnormFormats()
638 testCopy(testTarget, GLColor(250, 200, 150, 200), GL_RGB10_A2, GL_UNSIGNED_INT_2_10_10_10_REV, in testSnormFormats()
640 testCopy(testTarget, GLColor(101, 150, 190, 200), GL_RGB10_A2, GL_UNSIGNED_INT_2_10_10_10_REV, in testSnormFormats()
660 testCopy(testTarget, kColorNoAlpha, GL_R8, GL_UNSIGNED_BYTE, false, false, false, in testUnsignedByteFormats()
662 testCopy(testTarget, kColorPreAlpha, GL_R8, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats()
664 testCopy(testTarget, kColorUnAlpha, GL_R8, GL_UNSIGNED_BYTE, false, false, true, in testUnsignedByteFormats()
667 testCopy(testTarget, kColorNoAlpha, GL_RG8, GL_UNSIGNED_BYTE, false, false, false, in testUnsignedByteFormats()
669 testCopy(testTarget, kColorPreAlpha, GL_RG8, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats()
671 testCopy(testTarget, kColorUnAlpha, GL_RG8, GL_UNSIGNED_BYTE, false, false, true, in testUnsignedByteFormats()
674 testCopy(testTarget, kColorNoAlpha, GL_RGB8, GL_UNSIGNED_BYTE, false, false, false, in testUnsignedByteFormats()
676 testCopy(testTarget, kColorPreAlpha, GL_RGB8, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats()
678 testCopy(testTarget, kColorUnAlpha, GL_RGB8, GL_UNSIGNED_BYTE, false, false, true, in testUnsignedByteFormats()
681 testCopy(testTarget, kColorNoAlpha, GL_RGBA8, GL_UNSIGNED_BYTE, false, false, false, in testUnsignedByteFormats()
683 testCopy(testTarget, kColorPreAlpha, GL_RGBA8, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats()
685 testCopy(testTarget, kColorUnAlpha, GL_RGBA8, GL_UNSIGNED_BYTE, false, false, true, in testUnsignedByteFormats()
688 testCopy(testTarget, kColorNoAlpha, GL_RGBA4, GL_UNSIGNED_BYTE, false, false, false, in testUnsignedByteFormats()
690 testCopy(testTarget, kColorPreAlpha, GL_RGBA4, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats()
692 testCopy(testTarget, GLColor(100, 150, 200, 210), GL_RGBA4, GL_UNSIGNED_BYTE, false, false, in testUnsignedByteFormats()
695 testCopy(testTarget, kColorNoAlpha, GL_RGBA4, GL_UNSIGNED_SHORT_4_4_4_4, false, false, in testUnsignedByteFormats()
697 testCopy(testTarget, kColorPreAlpha, GL_RGBA4, GL_UNSIGNED_SHORT_4_4_4_4, false, true, in testUnsignedByteFormats()
699 testCopy(testTarget, GLColor(100, 150, 200, 210), GL_RGBA4, GL_UNSIGNED_SHORT_4_4_4_4, in testUnsignedByteFormats()
702 testCopy(testTarget, kColorNoAlpha, GL_SRGB8, GL_UNSIGNED_BYTE, false, false, false, in testUnsignedByteFormats()
704 testCopy(testTarget, kColorPreAlpha, GL_SRGB8, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats()
706 testCopy(testTarget, GLColor(100, 150, 200, 210), GL_SRGB8, GL_UNSIGNED_BYTE, false, false, in testUnsignedByteFormats()
709 testCopy(testTarget, kColorNoAlpha, GL_SRGB8_ALPHA8, GL_UNSIGNED_BYTE, false, false, false, in testUnsignedByteFormats()
711 testCopy(testTarget, kColorPreAlpha, GL_SRGB8_ALPHA8, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats()
713 testCopy(testTarget, GLColor(100, 150, 200, 210), GL_SRGB8_ALPHA8, GL_UNSIGNED_BYTE, false, in testUnsignedByteFormats()
716 testCopy(testTarget, GLColor(250, 200, 150, 200), GL_RGB5_A1, GL_UNSIGNED_BYTE, false, in testUnsignedByteFormats()
718 testCopy(testTarget, kColorPreAlpha, GL_RGB5_A1, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats()
720 testCopy(testTarget, kColorUnAlpha, GL_RGB5_A1, GL_UNSIGNED_BYTE, false, false, true, in testUnsignedByteFormats()
729 testCopy(testTarget, kColorNoAlpha, GL_RGB5_A1, GL_UNSIGNED_INT_2_10_10_10_REV, false, in testUnsignedByteFormats()
731 testCopy(testTarget, kColorPreAlpha, GL_RGB5_A1, GL_UNSIGNED_INT_2_10_10_10_REV, false, in testUnsignedByteFormats()
733 testCopy(testTarget, kColorUnAlpha, GL_RGB5_A1, GL_UNSIGNED_INT_2_10_10_10_REV, false, in testUnsignedByteFormats()
736 testCopy(testTarget, kColorNoAlpha, GL_RGB5_A1, GL_UNSIGNED_SHORT_5_5_5_1, false, false, in testUnsignedByteFormats()
738 testCopy(testTarget, kColorPreAlpha, GL_RGB5_A1, GL_UNSIGNED_SHORT_5_5_5_1, false, true, in testUnsignedByteFormats()
740 testCopy(testTarget, kColorUnAlpha, GL_RGB5_A1, GL_UNSIGNED_SHORT_5_5_5_1, false, false, in testUnsignedByteFormats()
743 testCopy(testTarget, kColorNoAlpha, GL_RGB565, GL_UNSIGNED_BYTE, false, false, false, in testUnsignedByteFormats()
745 testCopy(testTarget, kColorPreAlpha, GL_RGB565, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats()
747 testCopy(testTarget, kColorUnAlpha, GL_RGB565, GL_UNSIGNED_BYTE, false, false, true, in testUnsignedByteFormats()
750 testCopy(testTarget, kColorNoAlpha, GL_RGB565, GL_UNSIGNED_SHORT_5_6_5, false, false, false, in testUnsignedByteFormats()
752 testCopy(testTarget, kColorPreAlpha, GL_RGB565, GL_UNSIGNED_SHORT_5_6_5, false, true, false, in testUnsignedByteFormats()
754 testCopy(testTarget, kColorUnAlpha, GL_RGB565, GL_UNSIGNED_SHORT_5_6_5, false, false, true, in testUnsignedByteFormats()
780 testCopy(testTarget, kColor, GL_R16F, floatType, false, false, false, in testFloatFormats()
782 testCopy(testTarget, kColor, GL_R16F, floatType, false, true, false, in testFloatFormats()
784 testCopy(testTarget, kColor, GL_R16F, floatType, false, false, true, in testFloatFormats()
787 testCopy(testTarget, kColor, GL_RG16F, floatType, false, false, false, in testFloatFormats()
789 testCopy(testTarget, kColor, GL_RG16F, floatType, false, true, false, in testFloatFormats()
791 testCopy(testTarget, kColor, GL_RG16F, floatType, false, false, true, in testFloatFormats()
794 testCopy(testTarget, kColor, GL_RGB16F, floatType, false, false, false, in testFloatFormats()
796 testCopy(testTarget, kColor, GL_RGB16F, floatType, false, true, false, in testFloatFormats()
798 testCopy(testTarget, kColor, GL_RGB16F, floatType, false, false, true, in testFloatFormats()
801 testCopy(testTarget, kColor, GL_RGBA16F, floatType, false, false, false, in testFloatFormats()
803 testCopy(testTarget, kColor, GL_RGBA16F, floatType, false, true, false, in testFloatFormats()
805 testCopy(testTarget, kColor, GL_RGBA16F, floatType, false, false, true, in testFloatFormats()
811 testCopy(testTarget, kColor, GL_R11F_G11F_B10F, floatType, false, false, false, in testFloatFormats()
813 testCopy(testTarget, kColor, GL_R11F_G11F_B10F, floatType, false, true, false, in testFloatFormats()
815 testCopy(testTarget, kColor, GL_R11F_G11F_B10F, floatType, false, false, true, in testFloatFormats()
821 testCopy(testTarget, kColor, GL_RGB9_E5, floatType, false, false, false, in testFloatFormats()
823 testCopy(testTarget, kColor, GL_RGB9_E5, floatType, false, true, false, in testFloatFormats()
825 testCopy(testTarget, kColor, GL_RGB9_E5, floatType, false, false, true, in testFloatFormats()
830 testCopy(testTarget, kColor, GL_R32F, GL_FLOAT, false, false, false, GLColor(210, 0, 0, 255)); in testFloatFormats()
831 testCopy(testTarget, kColor, GL_R32F, GL_FLOAT, false, true, false, GLColor(191, 0, 0, 255)); in testFloatFormats()
832 testCopy(testTarget, kColor, GL_R32F, GL_FLOAT, false, false, true, GLColor(227, 0, 0, 255)); in testFloatFormats()
834 testCopy(testTarget, kColor, GL_RG32F, GL_FLOAT, false, false, false, in testFloatFormats()
836 testCopy(testTarget, kColor, GL_RG32F, GL_FLOAT, false, true, false, GLColor(191, 184, 0, 255)); in testFloatFormats()
837 testCopy(testTarget, kColor, GL_RG32F, GL_FLOAT, false, false, true, GLColor(227, 217, 0, 255)); in testFloatFormats()
839 testCopy(testTarget, kColor, GL_RGB32F, GL_FLOAT, false, false, false, in testFloatFormats()
841 testCopy(testTarget, kColor, GL_RGB32F, GL_FLOAT, false, true, false, in testFloatFormats()
843 testCopy(testTarget, kColor, GL_RGB32F, GL_FLOAT, false, false, true, in testFloatFormats()
846 testCopy(testTarget, kColor, GL_RGBA32F, GL_FLOAT, false, false, false, in testFloatFormats()
848 testCopy(testTarget, kColor, GL_RGBA32F, GL_FLOAT, false, true, false, in testFloatFormats()
850 testCopy(testTarget, kColor, GL_RGBA32F, GL_FLOAT, false, false, true, in testFloatFormats()
872 testCopy(testTarget, kColor, GL_R8I, GL_BYTE, false, false, false, GLColor(127, 0, 0, 1)); in testIntFormats()
873 testCopy(testTarget, kColor, GL_R8I, GL_BYTE, false, true, false, GLColor(115, 0, 0, 1)); in testIntFormats()
874 testCopy(testTarget, kColor, GL_R8I, GL_BYTE, false, false, true, GLColor(127, 0, 0, 1)); in testIntFormats()
876 testCopy(testTarget, kColor, GL_R16I, GL_SHORT, false, false, false, GLColor(127, 0, 0, 1)); in testIntFormats()
877 testCopy(testTarget, kColor, GL_R16I, GL_SHORT, false, true, false, GLColor(115, 0, 0, 1)); in testIntFormats()
878 testCopy(testTarget, kColor, GL_R16I, GL_SHORT, false, false, true, GLColor(127, 0, 0, 1)); in testIntFormats()
880 testCopy(testTarget, kColor, GL_R32I, GL_INT, false, false, false, GLColor(127, 0, 0, 1)); in testIntFormats()
881 testCopy(testTarget, kColor, GL_R32I, GL_INT, false, true, false, GLColor(115, 0, 0, 1)); in testIntFormats()
882 testCopy(testTarget, kColor, GL_R32I, GL_INT, false, false, true, GLColor(127, 0, 0, 1)); in testIntFormats()
884 testCopy(testTarget, kColor, GL_RG8I, GL_BYTE, false, false, false, GLColor(127, 70, 0, 1)); in testIntFormats()
885 testCopy(testTarget, kColor, GL_RG8I, GL_BYTE, false, true, false, GLColor(115, 63, 0, 1)); in testIntFormats()
886 testCopy(testTarget, kColor, GL_RG8I, GL_BYTE, false, false, true, GLColor(127, 77, 0, 1)); in testIntFormats()
888 testCopy(testTarget, kColor, GL_RG16I, GL_SHORT, false, false, false, GLColor(127, 70, 0, 1)); in testIntFormats()
889 testCopy(testTarget, kColor, GL_RG16I, GL_SHORT, false, true, false, GLColor(115, 63, 0, 1)); in testIntFormats()
890 testCopy(testTarget, kColor, GL_RG16I, GL_SHORT, false, false, true, GLColor(127, 77, 0, 1)); in testIntFormats()
892 testCopy(testTarget, kColor, GL_RG32I, GL_INT, false, false, false, GLColor(127, 70, 0, 1)); in testIntFormats()
893 testCopy(testTarget, kColor, GL_RG32I, GL_INT, false, true, false, GLColor(115, 63, 0, 1)); in testIntFormats()
894 testCopy(testTarget, kColor, GL_RG32I, GL_INT, false, false, true, GLColor(127, 77, 0, 1)); in testIntFormats()
896 testCopy(testTarget, kColor, GL_RGB8I, GL_BYTE, false, false, false, GLColor(127, 70, 75, 1)); in testIntFormats()
897 testCopy(testTarget, kColor, GL_RGB8I, GL_BYTE, false, true, false, GLColor(115, 63, 67, 1)); in testIntFormats()
898 testCopy(testTarget, kColor, GL_RGB8I, GL_BYTE, false, false, true, GLColor(127, 77, 83, 1)); in testIntFormats()
900 testCopy(testTarget, kColor, GL_RGB16I, GL_SHORT, false, false, false, GLColor(127, 70, 75, 1)); in testIntFormats()
901 testCopy(testTarget, kColor, GL_RGB16I, GL_SHORT, false, true, false, GLColor(115, 63, 67, 1)); in testIntFormats()
902 testCopy(testTarget, kColor, GL_RGB16I, GL_SHORT, false, false, true, GLColor(127, 77, 83, 1)); in testIntFormats()
904 testCopy(testTarget, kColor, GL_RGB32I, GL_INT, false, false, false, GLColor(127, 70, 75, 1)); in testIntFormats()
905 testCopy(testTarget, kColor, GL_RGB32I, GL_INT, false, true, false, GLColor(115, 63, 67, 1)); in testIntFormats()
906 testCopy(testTarget, kColor, GL_RGB32I, GL_INT, false, false, true, GLColor(127, 77, 83, 1)); in testIntFormats()
908 testCopy(testTarget, kColor, GL_RGBA8I, GL_BYTE, false, false, false, in testIntFormats()
910 testCopy(testTarget, kColor, GL_RGBA8I, GL_BYTE, false, true, false, GLColor(115, 63, 67, 115)); in testIntFormats()
911 testCopy(testTarget, kColor, GL_RGBA8I, GL_BYTE, false, false, true, GLColor(127, 77, 83, 115)); in testIntFormats()
913 testCopy(testTarget, kColor, GL_RGBA16I, GL_SHORT, false, false, false, in testIntFormats()
915 testCopy(testTarget, kColor, GL_RGBA16I, GL_SHORT, false, true, false, in testIntFormats()
917 testCopy(testTarget, kColor, GL_RGBA16I, GL_SHORT, false, false, true, in testIntFormats()
920 testCopy(testTarget, kColor, GL_RGBA32I, GL_INT, false, false, false, in testIntFormats()
922 testCopy(testTarget, kColor, GL_RGBA32I, GL_INT, false, true, false, GLColor(115, 63, 67, 115)); in testIntFormats()
923 testCopy(testTarget, kColor, GL_RGBA32I, GL_INT, false, false, true, GLColor(127, 77, 83, 115)); in testIntFormats()
960 testCopy(testTarget, kColor, GL_R8UI, GL_UNSIGNED_BYTE, false, false, false, in testUintFormats()
962 testCopy(testTarget, kColor, GL_R8UI, GL_UNSIGNED_BYTE, false, true, false, in testUintFormats()
964 testCopy(testTarget, kColor, GL_R8UI, GL_UNSIGNED_BYTE, false, false, true, in testUintFormats()
967 testCopy(testTarget, kColor, GL_R16UI, GL_UNSIGNED_SHORT, false, false, false, in testUintFormats()
969 testCopy(testTarget, kColor, GL_R16UI, GL_UNSIGNED_SHORT, false, true, false, in testUintFormats()
971 testCopy(testTarget, kColor, GL_R16UI, GL_UNSIGNED_SHORT, false, false, true, in testUintFormats()
974 testCopy(testTarget, kColor, GL_R32UI, GL_UNSIGNED_INT, false, false, false, in testUintFormats()
976 testCopy(testTarget, kColor, GL_R32UI, GL_UNSIGNED_INT, false, true, false, in testUintFormats()
978 testCopy(testTarget, kColor, GL_R32UI, GL_UNSIGNED_INT, false, false, true, in testUintFormats()
981 testCopy(testTarget, kColor, GL_RG8UI, GL_UNSIGNED_BYTE, false, false, false, in testUintFormats()
983 testCopy(testTarget, kColor, GL_RG8UI, GL_UNSIGNED_BYTE, false, true, false, in testUintFormats()
985 testCopy(testTarget, kColor, GL_RG8UI, GL_UNSIGNED_BYTE, false, false, true, in testUintFormats()
988 testCopy(testTarget, kColor, GL_RG16UI, GL_UNSIGNED_SHORT, false, false, false, in testUintFormats()
990 testCopy(testTarget, kColor, GL_RG16UI, GL_UNSIGNED_SHORT, false, true, false, in testUintFormats()
992 testCopy(testTarget, kColor, GL_RG16UI, GL_UNSIGNED_SHORT, false, false, true, in testUintFormats()
995 testCopy(testTarget, kColor, GL_RG32UI, GL_UNSIGNED_INT, false, false, false, in testUintFormats()
997 testCopy(testTarget, kColor, GL_RG32UI, GL_UNSIGNED_INT, false, true, false, in testUintFormats()
999 testCopy(testTarget, kColor, GL_RG32UI, GL_UNSIGNED_INT, false, false, true, in testUintFormats()
1002 testCopy(testTarget, kColor, GL_RGB8UI, GL_UNSIGNED_BYTE, false, false, false, in testUintFormats()
1004 testCopy(testTarget, kColor, GL_RGB8UI, GL_UNSIGNED_BYTE, false, true, false, in testUintFormats()
1006 testCopy(testTarget, kColor, GL_RGB8UI, GL_UNSIGNED_BYTE, false, false, true, in testUintFormats()
1009 testCopy(testTarget, kColor, GL_RGB16UI, GL_UNSIGNED_SHORT, false, false, false, in testUintFormats()
1011 testCopy(testTarget, kColor, GL_RGB16UI, GL_UNSIGNED_SHORT, false, true, false, in testUintFormats()
1013 testCopy(testTarget, kColor, GL_RGB16UI, GL_UNSIGNED_SHORT, false, false, true, in testUintFormats()
1016 testCopy(testTarget, kColor, GL_RGB32UI, GL_UNSIGNED_INT, false, false, false, in testUintFormats()
1018 testCopy(testTarget, kColor, GL_RGB32UI, GL_UNSIGNED_INT, false, true, false, in testUintFormats()
1020 testCopy(testTarget, kColor, GL_RGB32UI, GL_UNSIGNED_INT, false, false, true, in testUintFormats()
1023 testCopy(testTarget, kColor, GL_RGBA8UI, GL_UNSIGNED_BYTE, false, false, false, in testUintFormats()
1025 testCopy(testTarget, kColor, GL_RGBA8UI, GL_UNSIGNED_BYTE, false, true, false, in testUintFormats()
1027 testCopy(testTarget, kColor, GL_RGBA8UI, GL_UNSIGNED_BYTE, false, false, true, in testUintFormats()
1030 testCopy(testTarget, kColor, GL_RGBA16UI, GL_UNSIGNED_SHORT, false, false, false, in testUintFormats()
1032 testCopy(testTarget, kColor, GL_RGBA16UI, GL_UNSIGNED_SHORT, false, true, false, in testUintFormats()
1034 testCopy(testTarget, kColor, GL_RGBA16UI, GL_UNSIGNED_SHORT, false, false, true, in testUintFormats()
1037 testCopy(testTarget, kColor, GL_RGBA32UI, GL_UNSIGNED_INT, false, false, false, in testUintFormats()
1039 testCopy(testTarget, kColor, GL_RGBA32UI, GL_UNSIGNED_INT, false, true, false, in testUintFormats()
1041 testCopy(testTarget, kColor, GL_RGBA32UI, GL_UNSIGNED_INT, false, false, true, in testUintFormats()
1044 testCopy(testTarget, kColor, GL_RGB10_A2UI, GL_UNSIGNED_INT_2_10_10_10_REV, false, false, false, in testUintFormats()
1046 testCopy(testTarget, kColor, GL_RGB10_A2UI, GL_UNSIGNED_INT_2_10_10_10_REV, false, true, false, in testUintFormats()
1048 testCopy(testTarget, kColor, GL_RGB10_A2UI, GL_UNSIGNED_INT_2_10_10_10_REV, false, false, true, in testUintFormats()