Lines Matching refs:mSupportedInternalFormats
813 mSupportedInternalFormats.push_back(GL_R8);
814 mSupportedInternalFormats.push_back(GL_R8_SNORM);
815 mSupportedInternalFormats.push_back(GL_R16);
816 mSupportedInternalFormats.push_back(GL_R16_SNORM);
817 mSupportedInternalFormats.push_back(GL_RG8);
818 mSupportedInternalFormats.push_back(GL_RG8_SNORM);
819 mSupportedInternalFormats.push_back(GL_RG16);
820 mSupportedInternalFormats.push_back(GL_RG16_SNORM);
821 mSupportedInternalFormats.push_back(GL_RGB565);
822 mSupportedInternalFormats.push_back(GL_RGBA8);
823 mSupportedInternalFormats.push_back(GL_RGBA8_SNORM);
824 mSupportedInternalFormats.push_back(GL_RGB10_A2);
825 mSupportedInternalFormats.push_back(GL_RGB10_A2UI);
826 mSupportedInternalFormats.push_back(GL_RGBA16);
827 mSupportedInternalFormats.push_back(GL_RGBA16_SNORM);
828 mSupportedInternalFormats.push_back(GL_R16F);
829 mSupportedInternalFormats.push_back(GL_RG16F);
830 mSupportedInternalFormats.push_back(GL_RGBA16F);
831 mSupportedInternalFormats.push_back(GL_R32F);
832 mSupportedInternalFormats.push_back(GL_RG32F);
833 mSupportedInternalFormats.push_back(GL_RGBA32F);
834 mSupportedInternalFormats.push_back(GL_R11F_G11F_B10F);
835 mSupportedInternalFormats.push_back(GL_RGB9_E5);
836 mSupportedInternalFormats.push_back(GL_R8I);
837 mSupportedInternalFormats.push_back(GL_R8UI);
838 mSupportedInternalFormats.push_back(GL_R16I);
839 mSupportedInternalFormats.push_back(GL_R16UI);
840 mSupportedInternalFormats.push_back(GL_R32I);
841 mSupportedInternalFormats.push_back(GL_R32UI);
842 mSupportedInternalFormats.push_back(GL_RG8I);
843 mSupportedInternalFormats.push_back(GL_RG8UI);
844 mSupportedInternalFormats.push_back(GL_RG16I);
845 mSupportedInternalFormats.push_back(GL_RG16UI);
846 mSupportedInternalFormats.push_back(GL_RG32I);
847 mSupportedInternalFormats.push_back(GL_RG32UI);
848 mSupportedInternalFormats.push_back(GL_RGBA8I);
849 mSupportedInternalFormats.push_back(GL_RGBA8UI);
850 mSupportedInternalFormats.push_back(GL_RGBA16I);
851 mSupportedInternalFormats.push_back(GL_RGBA16UI);
852 mSupportedInternalFormats.push_back(GL_RGBA32I);
878 for (std::vector<glw::GLint>::const_iterator formIter = mSupportedInternalFormats.begin();
879 formIter != mSupportedInternalFormats.end(); ++formIter)
1029 mSupportedInternalFormats.push_back(GL_R8);
1030 mSupportedInternalFormats.push_back(GL_R8_SNORM);
1031 mSupportedInternalFormats.push_back(GL_R16);
1032 mSupportedInternalFormats.push_back(GL_R16_SNORM);
1033 mSupportedInternalFormats.push_back(GL_RG8);
1034 mSupportedInternalFormats.push_back(GL_RG8_SNORM);
1035 mSupportedInternalFormats.push_back(GL_RG16);
1036 mSupportedInternalFormats.push_back(GL_RG16_SNORM);
1037 mSupportedInternalFormats.push_back(GL_RGB565);
1038 mSupportedInternalFormats.push_back(GL_RGBA8);
1039 mSupportedInternalFormats.push_back(GL_RGBA8_SNORM);
1040 mSupportedInternalFormats.push_back(GL_RGB10_A2);
1041 mSupportedInternalFormats.push_back(GL_RGB10_A2UI);
1042 mSupportedInternalFormats.push_back(GL_RGBA16);
1043 mSupportedInternalFormats.push_back(GL_RGBA16_SNORM);
1044 mSupportedInternalFormats.push_back(GL_R16F);
1045 mSupportedInternalFormats.push_back(GL_RG16F);
1046 mSupportedInternalFormats.push_back(GL_RGBA16F);
1047 mSupportedInternalFormats.push_back(GL_R32F);
1048 mSupportedInternalFormats.push_back(GL_RG32F);
1049 mSupportedInternalFormats.push_back(GL_RGBA32F);
1050 mSupportedInternalFormats.push_back(GL_R11F_G11F_B10F);
1051 mSupportedInternalFormats.push_back(GL_RGB9_E5);
1052 mSupportedInternalFormats.push_back(GL_R8I);
1053 mSupportedInternalFormats.push_back(GL_R8UI);
1054 mSupportedInternalFormats.push_back(GL_R16I);
1055 mSupportedInternalFormats.push_back(GL_R16UI);
1056 mSupportedInternalFormats.push_back(GL_R32I);
1057 mSupportedInternalFormats.push_back(GL_R32UI);
1058 mSupportedInternalFormats.push_back(GL_RG8I);
1059 mSupportedInternalFormats.push_back(GL_RG8UI);
1060 mSupportedInternalFormats.push_back(GL_RG16I);
1061 mSupportedInternalFormats.push_back(GL_RG16UI);
1062 mSupportedInternalFormats.push_back(GL_RG32I);
1063 mSupportedInternalFormats.push_back(GL_RG32UI);
1064 mSupportedInternalFormats.push_back(GL_RGBA8I);
1065 mSupportedInternalFormats.push_back(GL_RGBA8UI);
1066 mSupportedInternalFormats.push_back(GL_RGBA16I);
1067 mSupportedInternalFormats.push_back(GL_RGBA16UI);
1068 mSupportedInternalFormats.push_back(GL_RGBA32I);
1092 for (std::vector<glw::GLint>::const_iterator formIter = mSupportedInternalFormats.begin();
1093 formIter != mSupportedInternalFormats.end(); ++formIter)
1119 for (std::vector<glw::GLint>::const_iterator formIter = mSupportedInternalFormats.begin();
1120 formIter != mSupportedInternalFormats.end(); ++formIter)
1644 mSupportedInternalFormats.push_back(GL_R8);
1645 mSupportedInternalFormats.push_back(GL_R8_SNORM);
1646 mSupportedInternalFormats.push_back(GL_R16);
1647 mSupportedInternalFormats.push_back(GL_R16_SNORM);
1648 mSupportedInternalFormats.push_back(GL_RG8);
1649 mSupportedInternalFormats.push_back(GL_RG8_SNORM);
1650 mSupportedInternalFormats.push_back(GL_RG16);
1651 mSupportedInternalFormats.push_back(GL_RG16_SNORM);
1652 mSupportedInternalFormats.push_back(GL_RGB565);
1653 mSupportedInternalFormats.push_back(GL_RGBA8);
1654 mSupportedInternalFormats.push_back(GL_RGBA8_SNORM);
1655 mSupportedInternalFormats.push_back(GL_RGB10_A2);
1656 mSupportedInternalFormats.push_back(GL_RGB10_A2UI);
1657 mSupportedInternalFormats.push_back(GL_RGBA16);
1658 mSupportedInternalFormats.push_back(GL_RGBA16_SNORM);
1659 mSupportedInternalFormats.push_back(GL_R16F);
1660 mSupportedInternalFormats.push_back(GL_RG16F);
1661 mSupportedInternalFormats.push_back(GL_RGBA16F);
1662 mSupportedInternalFormats.push_back(GL_R32F);
1663 mSupportedInternalFormats.push_back(GL_RG32F);
1664 mSupportedInternalFormats.push_back(GL_RGBA32F);
1665 mSupportedInternalFormats.push_back(GL_R11F_G11F_B10F);
1666 mSupportedInternalFormats.push_back(GL_RGB9_E5);
1667 mSupportedInternalFormats.push_back(GL_R8I);
1668 mSupportedInternalFormats.push_back(GL_R8UI);
1669 mSupportedInternalFormats.push_back(GL_R16I);
1670 mSupportedInternalFormats.push_back(GL_R16UI);
1671 mSupportedInternalFormats.push_back(GL_R32I);
1672 mSupportedInternalFormats.push_back(GL_R32UI);
1673 mSupportedInternalFormats.push_back(GL_RG8I);
1674 mSupportedInternalFormats.push_back(GL_RG8UI);
1675 mSupportedInternalFormats.push_back(GL_RG16I);
1676 mSupportedInternalFormats.push_back(GL_RG16UI);
1677 mSupportedInternalFormats.push_back(GL_RG32I);
1678 mSupportedInternalFormats.push_back(GL_RG32UI);
1679 mSupportedInternalFormats.push_back(GL_RGBA8I);
1680 mSupportedInternalFormats.push_back(GL_RGBA8UI);
1681 mSupportedInternalFormats.push_back(GL_RGBA16I);
1682 mSupportedInternalFormats.push_back(GL_RGBA16UI);
1683 mSupportedInternalFormats.push_back(GL_RGBA32I);
1709 for (std::vector<glw::GLint>::const_iterator formIter = mSupportedInternalFormats.begin();
1710 formIter != mSupportedInternalFormats.end(); ++formIter)
2367 for (std::vector<glw::GLint>::const_iterator formIter = mSupportedInternalFormats.begin();
2368 formIter != mSupportedInternalFormats.end(); ++formIter)