• Home
  • Raw
  • Download

Lines Matching refs:testCopy

68     void testCopy(const GLenum testTarget,  in testCopy()  function in angle::CopyTexture3DTest
535 testCopy(testTarget, kColorNoAlpha, GL_RGB, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats()
537 testCopy(testTarget, kColorPreAlpha, GL_RGB, GL_UNSIGNED_BYTE, false, true, false, in testUnsizedFormats()
539 testCopy(testTarget, kColorUnAlpha, GL_RGB, GL_UNSIGNED_BYTE, false, false, true, in testUnsizedFormats()
542 testCopy(testTarget, kColorNoAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, false, false, in testUnsizedFormats()
544 testCopy(testTarget, kColorPreAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, true, false, in testUnsizedFormats()
546 testCopy(testTarget, kColorUnAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, false, true, in testUnsizedFormats()
549 testCopy(testTarget, kColorNoAlpha, GL_RGBA, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats()
551 testCopy(testTarget, kColorPreAlpha, GL_RGBA, GL_UNSIGNED_BYTE, false, true, false, in testUnsizedFormats()
553 testCopy(testTarget, kColorUnAlpha, GL_RGBA, GL_UNSIGNED_BYTE, false, false, true, in testUnsizedFormats()
556 testCopy(testTarget, kColorNoAlpha, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, false, false, false, in testUnsizedFormats()
558 testCopy(testTarget, kColorPreAlpha, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, false, true, false, in testUnsizedFormats()
560 testCopy(testTarget, kColorUnAlpha, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, false, false, true, in testUnsizedFormats()
563 testCopy(testTarget, kColorNoAlpha, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, false, false, false, in testUnsizedFormats()
565 testCopy(testTarget, kColorPreAlpha, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, false, true, false, in testUnsizedFormats()
567 testCopy(testTarget, kColorUnAlpha, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, false, false, true, in testUnsizedFormats()
570 testCopy(testTarget, kColorNoAlpha, GL_LUMINANCE, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats()
572 testCopy(testTarget, kColorPreAlpha, GL_LUMINANCE, GL_UNSIGNED_BYTE, false, true, false, in testUnsizedFormats()
574 testCopy(testTarget, kColorUnAlpha, GL_LUMINANCE, GL_UNSIGNED_BYTE, false, false, true, in testUnsizedFormats()
577 testCopy(testTarget, kColorNoAlpha, GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats()
579 testCopy(testTarget, kColorPreAlpha, GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE, false, true, false, in testUnsizedFormats()
581 testCopy(testTarget, kColorUnAlpha, GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE, false, false, true, in testUnsizedFormats()
584 testCopy(testTarget, kColorNoAlpha, GL_ALPHA, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats()
586 testCopy(testTarget, kColorNoAlpha, GL_ALPHA, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats()
588 testCopy(testTarget, kColorNoAlpha, GL_ALPHA, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats()
607 testCopy(testTarget, kColorNoAlpha, GL_R8_SNORM, GL_BYTE, false, false, false, in testSnormFormats()
609 testCopy(testTarget, kColorPreAlpha, GL_R8_SNORM, GL_BYTE, false, true, false, in testSnormFormats()
611 testCopy(testTarget, kColorUnAlpha, GL_R8_SNORM, GL_BYTE, false, false, true, in testSnormFormats()
614 testCopy(testTarget, kColorNoAlpha, GL_RG8_SNORM, GL_BYTE, false, false, false, in testSnormFormats()
616 testCopy(testTarget, kColorPreAlpha, GL_RG8_SNORM, GL_BYTE, false, true, false, in testSnormFormats()
618 testCopy(testTarget, kColorUnAlpha, GL_RG8_SNORM, GL_BYTE, false, false, true, in testSnormFormats()
621 testCopy(testTarget, kColorNoAlpha, GL_RGB8_SNORM, GL_BYTE, false, false, false, in testSnormFormats()
623 testCopy(testTarget, kColorPreAlpha, GL_RGB8_SNORM, GL_BYTE, false, true, false, in testSnormFormats()
625 testCopy(testTarget, kColorUnAlpha, GL_RGB8_SNORM, GL_BYTE, false, false, true, in testSnormFormats()
628 testCopy(testTarget, kColorNoAlpha, GL_RGBA8_SNORM, GL_BYTE, false, false, false, in testSnormFormats()
630 testCopy(testTarget, kColorPreAlpha, GL_RGBA8_SNORM, GL_BYTE, false, true, false, in testSnormFormats()
632 testCopy(testTarget, kColorUnAlpha, GL_RGBA8_SNORM, GL_BYTE, false, false, true, in testSnormFormats()
635 testCopy(testTarget, GLColor(250, 200, 150, 100), GL_RGB10_A2, GL_UNSIGNED_INT_2_10_10_10_REV, in testSnormFormats()
637 testCopy(testTarget, GLColor(250, 200, 150, 200), GL_RGB10_A2, GL_UNSIGNED_INT_2_10_10_10_REV, in testSnormFormats()
639 testCopy(testTarget, GLColor(101, 150, 190, 200), GL_RGB10_A2, GL_UNSIGNED_INT_2_10_10_10_REV, in testSnormFormats()
659 testCopy(testTarget, kColorNoAlpha, GL_R8, GL_UNSIGNED_BYTE, false, false, false, in testUnsignedByteFormats()
661 testCopy(testTarget, kColorPreAlpha, GL_R8, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats()
663 testCopy(testTarget, kColorUnAlpha, GL_R8, GL_UNSIGNED_BYTE, false, false, true, in testUnsignedByteFormats()
666 testCopy(testTarget, kColorNoAlpha, GL_RG8, GL_UNSIGNED_BYTE, false, false, false, in testUnsignedByteFormats()
668 testCopy(testTarget, kColorPreAlpha, GL_RG8, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats()
670 testCopy(testTarget, kColorUnAlpha, GL_RG8, GL_UNSIGNED_BYTE, false, false, true, in testUnsignedByteFormats()
673 testCopy(testTarget, kColorNoAlpha, GL_RGB8, GL_UNSIGNED_BYTE, false, false, false, in testUnsignedByteFormats()
675 testCopy(testTarget, kColorPreAlpha, GL_RGB8, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats()
677 testCopy(testTarget, kColorUnAlpha, GL_RGB8, GL_UNSIGNED_BYTE, false, false, true, in testUnsignedByteFormats()
680 testCopy(testTarget, kColorNoAlpha, GL_RGBA8, GL_UNSIGNED_BYTE, false, false, false, in testUnsignedByteFormats()
682 testCopy(testTarget, kColorPreAlpha, GL_RGBA8, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats()
684 testCopy(testTarget, kColorUnAlpha, GL_RGBA8, GL_UNSIGNED_BYTE, false, false, true, in testUnsignedByteFormats()
687 testCopy(testTarget, kColorNoAlpha, GL_RGBA4, GL_UNSIGNED_BYTE, false, false, false, in testUnsignedByteFormats()
689 testCopy(testTarget, kColorPreAlpha, GL_RGBA4, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats()
691 testCopy(testTarget, kColorUnAlpha, GL_RGBA4, GL_UNSIGNED_BYTE, false, false, true, in testUnsignedByteFormats()
694 testCopy(testTarget, kColorNoAlpha, GL_RGBA4, GL_UNSIGNED_SHORT_4_4_4_4, false, false, in testUnsignedByteFormats()
696 testCopy(testTarget, kColorPreAlpha, GL_RGBA4, GL_UNSIGNED_SHORT_4_4_4_4, false, true, in testUnsignedByteFormats()
698 testCopy(testTarget, kColorUnAlpha, GL_RGBA4, GL_UNSIGNED_SHORT_4_4_4_4, false, false, true, in testUnsignedByteFormats()
701 testCopy(testTarget, kColorNoAlpha, GL_SRGB8, GL_UNSIGNED_BYTE, false, false, false, in testUnsignedByteFormats()
703 testCopy(testTarget, kColorPreAlpha, GL_SRGB8, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats()
705 testCopy(testTarget, GLColor(100, 150, 200, 210), GL_SRGB8, GL_UNSIGNED_BYTE, false, false, in testUnsignedByteFormats()
708 testCopy(testTarget, kColorNoAlpha, GL_SRGB8_ALPHA8, GL_UNSIGNED_BYTE, false, false, false, in testUnsignedByteFormats()
710 testCopy(testTarget, kColorPreAlpha, GL_SRGB8_ALPHA8, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats()
712 testCopy(testTarget, GLColor(100, 150, 200, 210), GL_SRGB8_ALPHA8, GL_UNSIGNED_BYTE, false, in testUnsignedByteFormats()
715 testCopy(testTarget, GLColor(250, 200, 150, 200), GL_RGB5_A1, GL_UNSIGNED_BYTE, false, in testUnsignedByteFormats()
717 testCopy(testTarget, kColorPreAlpha, GL_RGB5_A1, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats()
719 testCopy(testTarget, kColorUnAlpha, GL_RGB5_A1, GL_UNSIGNED_BYTE, false, false, true, in testUnsignedByteFormats()
724 testCopy(testTarget, kColorNoAlpha, GL_RGBX8_ANGLE, GL_UNSIGNED_BYTE, false, false, in testUnsignedByteFormats()
726 testCopy(testTarget, kColorPreAlpha, GL_RGBX8_ANGLE, GL_UNSIGNED_BYTE, false, true, in testUnsignedByteFormats()
728 testCopy(testTarget, kColorUnAlpha, GL_RGBX8_ANGLE, GL_UNSIGNED_BYTE, false, false, in testUnsignedByteFormats()
738 testCopy(testTarget, kColorNoAlpha, GL_RGB5_A1, GL_UNSIGNED_INT_2_10_10_10_REV, false, in testUnsignedByteFormats()
740 testCopy(testTarget, kColorPreAlpha, GL_RGB5_A1, GL_UNSIGNED_INT_2_10_10_10_REV, false, in testUnsignedByteFormats()
742 testCopy(testTarget, kColorUnAlpha, GL_RGB5_A1, GL_UNSIGNED_INT_2_10_10_10_REV, false, in testUnsignedByteFormats()
745 testCopy(testTarget, kColorNoAlpha, GL_RGB5_A1, GL_UNSIGNED_SHORT_5_5_5_1, false, false, in testUnsignedByteFormats()
747 testCopy(testTarget, kColorPreAlpha, GL_RGB5_A1, GL_UNSIGNED_SHORT_5_5_5_1, false, true, in testUnsignedByteFormats()
749 testCopy(testTarget, kColorUnAlpha, GL_RGB5_A1, GL_UNSIGNED_SHORT_5_5_5_1, false, false, in testUnsignedByteFormats()
752 testCopy(testTarget, kColorNoAlpha, GL_RGB565, GL_UNSIGNED_BYTE, false, false, false, in testUnsignedByteFormats()
754 testCopy(testTarget, kColorPreAlpha, GL_RGB565, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats()
756 testCopy(testTarget, kColorUnAlpha, GL_RGB565, GL_UNSIGNED_BYTE, false, false, true, in testUnsignedByteFormats()
759 testCopy(testTarget, kColorNoAlpha, GL_RGB565, GL_UNSIGNED_SHORT_5_6_5, false, false, false, in testUnsignedByteFormats()
761 testCopy(testTarget, kColorPreAlpha, GL_RGB565, GL_UNSIGNED_SHORT_5_6_5, false, true, false, in testUnsignedByteFormats()
763 testCopy(testTarget, kColorUnAlpha, GL_RGB565, GL_UNSIGNED_SHORT_5_6_5, false, false, true, in testUnsignedByteFormats()
789 testCopy(testTarget, kColor, GL_R16F, floatType, false, false, false, in testFloatFormats()
791 testCopy(testTarget, kColor, GL_R16F, floatType, false, true, false, in testFloatFormats()
793 testCopy(testTarget, kColor, GL_R16F, floatType, false, false, true, in testFloatFormats()
796 testCopy(testTarget, kColor, GL_RG16F, floatType, false, false, false, in testFloatFormats()
798 testCopy(testTarget, kColor, GL_RG16F, floatType, false, true, false, in testFloatFormats()
800 testCopy(testTarget, kColor, GL_RG16F, floatType, false, false, true, in testFloatFormats()
803 testCopy(testTarget, kColor, GL_RGB16F, floatType, false, false, false, in testFloatFormats()
805 testCopy(testTarget, kColor, GL_RGB16F, floatType, false, true, false, in testFloatFormats()
807 testCopy(testTarget, kColor, GL_RGB16F, floatType, false, false, true, in testFloatFormats()
810 testCopy(testTarget, kColor, GL_RGBA16F, floatType, false, false, false, in testFloatFormats()
812 testCopy(testTarget, kColor, GL_RGBA16F, floatType, false, true, false, in testFloatFormats()
814 testCopy(testTarget, kColor, GL_RGBA16F, floatType, false, false, true, in testFloatFormats()
820 testCopy(testTarget, kColor, GL_R11F_G11F_B10F, floatType, false, false, false, in testFloatFormats()
822 testCopy(testTarget, kColor, GL_R11F_G11F_B10F, floatType, false, true, false, in testFloatFormats()
824 testCopy(testTarget, kColor, GL_R11F_G11F_B10F, floatType, false, false, true, in testFloatFormats()
830 testCopy(testTarget, kColor, GL_RGB9_E5, floatType, false, false, false, in testFloatFormats()
832 testCopy(testTarget, kColor, GL_RGB9_E5, floatType, false, true, false, in testFloatFormats()
834 testCopy(testTarget, kColor, GL_RGB9_E5, floatType, false, false, true, in testFloatFormats()
839 testCopy(testTarget, kColor, GL_R32F, GL_FLOAT, false, false, false, GLColor(210, 0, 0, 255)); in testFloatFormats()
840 testCopy(testTarget, kColor, GL_R32F, GL_FLOAT, false, true, false, GLColor(191, 0, 0, 255)); in testFloatFormats()
841 testCopy(testTarget, kColor, GL_R32F, GL_FLOAT, false, false, true, GLColor(227, 0, 0, 255)); in testFloatFormats()
843 testCopy(testTarget, kColor, GL_RG32F, GL_FLOAT, false, false, false, in testFloatFormats()
845 testCopy(testTarget, kColor, GL_RG32F, GL_FLOAT, false, true, false, GLColor(191, 184, 0, 255)); in testFloatFormats()
846 testCopy(testTarget, kColor, GL_RG32F, GL_FLOAT, false, false, true, GLColor(227, 217, 0, 255)); in testFloatFormats()
848 testCopy(testTarget, kColor, GL_RGB32F, GL_FLOAT, false, false, false, in testFloatFormats()
850 testCopy(testTarget, kColor, GL_RGB32F, GL_FLOAT, false, true, false, in testFloatFormats()
852 testCopy(testTarget, kColor, GL_RGB32F, GL_FLOAT, false, false, true, in testFloatFormats()
855 testCopy(testTarget, kColor, GL_RGBA32F, GL_FLOAT, false, false, false, in testFloatFormats()
857 testCopy(testTarget, kColor, GL_RGBA32F, GL_FLOAT, false, true, false, in testFloatFormats()
859 testCopy(testTarget, kColor, GL_RGBA32F, GL_FLOAT, false, false, true, in testFloatFormats()
878 testCopy(testTarget, kColor, GL_R8I, GL_BYTE, false, false, false, GLColor(127, 0, 0, 1)); in testIntFormats()
879 testCopy(testTarget, kColor, GL_R8I, GL_BYTE, false, true, false, GLColor(115, 0, 0, 1)); in testIntFormats()
880 testCopy(testTarget, kColor, GL_R8I, GL_BYTE, false, false, true, GLColor(127, 0, 0, 1)); in testIntFormats()
882 testCopy(testTarget, kColor, GL_R16I, GL_SHORT, false, false, false, GLColor(127, 0, 0, 1)); in testIntFormats()
883 testCopy(testTarget, kColor, GL_R16I, GL_SHORT, false, true, false, GLColor(115, 0, 0, 1)); in testIntFormats()
884 testCopy(testTarget, kColor, GL_R16I, GL_SHORT, false, false, true, GLColor(127, 0, 0, 1)); in testIntFormats()
886 testCopy(testTarget, kColor, GL_R32I, GL_INT, false, false, false, GLColor(127, 0, 0, 1)); in testIntFormats()
887 testCopy(testTarget, kColor, GL_R32I, GL_INT, false, true, false, GLColor(115, 0, 0, 1)); in testIntFormats()
888 testCopy(testTarget, kColor, GL_R32I, GL_INT, false, false, true, GLColor(127, 0, 0, 1)); in testIntFormats()
890 testCopy(testTarget, kColor, GL_RG8I, GL_BYTE, false, false, false, GLColor(127, 70, 0, 1)); in testIntFormats()
891 testCopy(testTarget, kColor, GL_RG8I, GL_BYTE, false, true, false, GLColor(115, 63, 0, 1)); in testIntFormats()
892 testCopy(testTarget, kColor, GL_RG8I, GL_BYTE, false, false, true, GLColor(127, 77, 0, 1)); in testIntFormats()
894 testCopy(testTarget, kColor, GL_RG16I, GL_SHORT, false, false, false, GLColor(127, 70, 0, 1)); in testIntFormats()
895 testCopy(testTarget, kColor, GL_RG16I, GL_SHORT, false, true, false, GLColor(115, 63, 0, 1)); in testIntFormats()
896 testCopy(testTarget, kColor, GL_RG16I, GL_SHORT, false, false, true, GLColor(127, 77, 0, 1)); in testIntFormats()
898 testCopy(testTarget, kColor, GL_RG32I, GL_INT, false, false, false, GLColor(127, 70, 0, 1)); in testIntFormats()
899 testCopy(testTarget, kColor, GL_RG32I, GL_INT, false, true, false, GLColor(115, 63, 0, 1)); in testIntFormats()
900 testCopy(testTarget, kColor, GL_RG32I, GL_INT, false, false, true, GLColor(127, 77, 0, 1)); in testIntFormats()
902 testCopy(testTarget, kColor, GL_RGB8I, GL_BYTE, false, false, false, GLColor(127, 70, 75, 1)); in testIntFormats()
903 testCopy(testTarget, kColor, GL_RGB8I, GL_BYTE, false, true, false, GLColor(115, 63, 67, 1)); in testIntFormats()
904 testCopy(testTarget, kColor, GL_RGB8I, GL_BYTE, false, false, true, GLColor(127, 77, 83, 1)); in testIntFormats()
906 testCopy(testTarget, kColor, GL_RGB16I, GL_SHORT, false, false, false, GLColor(127, 70, 75, 1)); in testIntFormats()
907 testCopy(testTarget, kColor, GL_RGB16I, GL_SHORT, false, true, false, GLColor(115, 63, 67, 1)); in testIntFormats()
908 testCopy(testTarget, kColor, GL_RGB16I, GL_SHORT, false, false, true, GLColor(127, 77, 83, 1)); in testIntFormats()
910 testCopy(testTarget, kColor, GL_RGB32I, GL_INT, false, false, false, GLColor(127, 70, 75, 1)); in testIntFormats()
911 testCopy(testTarget, kColor, GL_RGB32I, GL_INT, false, true, false, GLColor(115, 63, 67, 1)); in testIntFormats()
912 testCopy(testTarget, kColor, GL_RGB32I, GL_INT, false, false, true, GLColor(127, 77, 83, 1)); in testIntFormats()
914 testCopy(testTarget, kColor, GL_RGBA8I, GL_BYTE, false, false, false, in testIntFormats()
916 testCopy(testTarget, kColor, GL_RGBA8I, GL_BYTE, false, true, false, GLColor(115, 63, 67, 115)); in testIntFormats()
917 testCopy(testTarget, kColor, GL_RGBA8I, GL_BYTE, false, false, true, GLColor(127, 77, 83, 115)); in testIntFormats()
919 testCopy(testTarget, kColor, GL_RGBA16I, GL_SHORT, false, false, false, in testIntFormats()
921 testCopy(testTarget, kColor, GL_RGBA16I, GL_SHORT, false, true, false, in testIntFormats()
923 testCopy(testTarget, kColor, GL_RGBA16I, GL_SHORT, false, false, true, in testIntFormats()
926 testCopy(testTarget, kColor, GL_RGBA32I, GL_INT, false, false, false, in testIntFormats()
928 testCopy(testTarget, kColor, GL_RGBA32I, GL_INT, false, true, false, GLColor(115, 63, 67, 115)); in testIntFormats()
929 testCopy(testTarget, kColor, GL_RGBA32I, GL_INT, false, false, true, GLColor(127, 77, 83, 115)); in testIntFormats()
966 testCopy(testTarget, kColor, GL_R8UI, GL_UNSIGNED_BYTE, false, false, false, in testUintFormats()
968 testCopy(testTarget, kColor, GL_R8UI, GL_UNSIGNED_BYTE, false, true, false, in testUintFormats()
970 testCopy(testTarget, kColor, GL_R8UI, GL_UNSIGNED_BYTE, false, false, true, in testUintFormats()
973 testCopy(testTarget, kColor, GL_R16UI, GL_UNSIGNED_SHORT, false, false, false, in testUintFormats()
975 testCopy(testTarget, kColor, GL_R16UI, GL_UNSIGNED_SHORT, false, true, false, in testUintFormats()
977 testCopy(testTarget, kColor, GL_R16UI, GL_UNSIGNED_SHORT, false, false, true, in testUintFormats()
980 testCopy(testTarget, kColor, GL_R32UI, GL_UNSIGNED_INT, false, false, false, in testUintFormats()
982 testCopy(testTarget, kColor, GL_R32UI, GL_UNSIGNED_INT, false, true, false, in testUintFormats()
984 testCopy(testTarget, kColor, GL_R32UI, GL_UNSIGNED_INT, false, false, true, in testUintFormats()
987 testCopy(testTarget, kColor, GL_RG8UI, GL_UNSIGNED_BYTE, false, false, false, in testUintFormats()
989 testCopy(testTarget, kColor, GL_RG8UI, GL_UNSIGNED_BYTE, false, true, false, in testUintFormats()
991 testCopy(testTarget, kColor, GL_RG8UI, GL_UNSIGNED_BYTE, false, false, true, in testUintFormats()
994 testCopy(testTarget, kColor, GL_RG16UI, GL_UNSIGNED_SHORT, false, false, false, in testUintFormats()
996 testCopy(testTarget, kColor, GL_RG16UI, GL_UNSIGNED_SHORT, false, true, false, in testUintFormats()
998 testCopy(testTarget, kColor, GL_RG16UI, GL_UNSIGNED_SHORT, false, false, true, in testUintFormats()
1001 testCopy(testTarget, kColor, GL_RG32UI, GL_UNSIGNED_INT, false, false, false, in testUintFormats()
1003 testCopy(testTarget, kColor, GL_RG32UI, GL_UNSIGNED_INT, false, true, false, in testUintFormats()
1005 testCopy(testTarget, kColor, GL_RG32UI, GL_UNSIGNED_INT, false, false, true, in testUintFormats()
1008 testCopy(testTarget, kColor, GL_RGB8UI, GL_UNSIGNED_BYTE, false, false, false, in testUintFormats()
1010 testCopy(testTarget, kColor, GL_RGB8UI, GL_UNSIGNED_BYTE, false, true, false, in testUintFormats()
1012 testCopy(testTarget, kColor, GL_RGB8UI, GL_UNSIGNED_BYTE, false, false, true, in testUintFormats()
1015 testCopy(testTarget, kColor, GL_RGB16UI, GL_UNSIGNED_SHORT, false, false, false, in testUintFormats()
1017 testCopy(testTarget, kColor, GL_RGB16UI, GL_UNSIGNED_SHORT, false, true, false, in testUintFormats()
1019 testCopy(testTarget, kColor, GL_RGB16UI, GL_UNSIGNED_SHORT, false, false, true, in testUintFormats()
1022 testCopy(testTarget, kColor, GL_RGB32UI, GL_UNSIGNED_INT, false, false, false, in testUintFormats()
1024 testCopy(testTarget, kColor, GL_RGB32UI, GL_UNSIGNED_INT, false, true, false, in testUintFormats()
1026 testCopy(testTarget, kColor, GL_RGB32UI, GL_UNSIGNED_INT, false, false, true, in testUintFormats()
1029 testCopy(testTarget, kColor, GL_RGBA8UI, GL_UNSIGNED_BYTE, false, false, false, in testUintFormats()
1031 testCopy(testTarget, kColor, GL_RGBA8UI, GL_UNSIGNED_BYTE, false, true, false, in testUintFormats()
1033 testCopy(testTarget, kColor, GL_RGBA8UI, GL_UNSIGNED_BYTE, false, false, true, in testUintFormats()
1036 testCopy(testTarget, kColor, GL_RGBA16UI, GL_UNSIGNED_SHORT, false, false, false, in testUintFormats()
1038 testCopy(testTarget, kColor, GL_RGBA16UI, GL_UNSIGNED_SHORT, false, true, false, in testUintFormats()
1040 testCopy(testTarget, kColor, GL_RGBA16UI, GL_UNSIGNED_SHORT, false, false, true, in testUintFormats()
1043 testCopy(testTarget, kColor, GL_RGBA32UI, GL_UNSIGNED_INT, false, false, false, in testUintFormats()
1045 testCopy(testTarget, kColor, GL_RGBA32UI, GL_UNSIGNED_INT, false, true, false, in testUintFormats()
1047 testCopy(testTarget, kColor, GL_RGBA32UI, GL_UNSIGNED_INT, false, false, true, in testUintFormats()
1050 testCopy(testTarget, kColor, GL_RGB10_A2UI, GL_UNSIGNED_INT_2_10_10_10_REV, false, false, false, in testUintFormats()
1052 testCopy(testTarget, kColor, GL_RGB10_A2UI, GL_UNSIGNED_INT_2_10_10_10_REV, false, true, false, in testUintFormats()
1054 testCopy(testTarget, kColor, GL_RGB10_A2UI, GL_UNSIGNED_INT_2_10_10_10_REV, false, false, true, in testUintFormats()