Lines Matching refs:GL_INT
493 case GL_INT: in isRequiredRenderbufferFormat()
518 return componentType == GL_INT || componentType == GL_UNSIGNED_INT; in isInt()
788 …, 8, 0, 0, 0, 0, GL_RED_INTEGER, GL_BYTE, GL_INT, f… in BuildInternalFormatInfoMap()
790 …, 16, 0, 0, 0, 0, GL_RED_INTEGER, GL_SHORT, GL_INT, f… in BuildInternalFormatInfoMap()
792 … true, 32, 0, 0, 0, 0, GL_RED_INTEGER, GL_INT, GL_INT,… in BuildInternalFormatInfoMap()
794 …, 8, 8, 0, 0, 0, GL_RG_INTEGER, GL_BYTE, GL_INT, f… in BuildInternalFormatInfoMap()
796 …, 16, 16, 0, 0, 0, GL_RG_INTEGER, GL_SHORT, GL_INT, f… in BuildInternalFormatInfoMap()
798 …, true, 32, 32, 0, 0, 0, GL_RG_INTEGER, GL_INT, GL_INT,… in BuildInternalFormatInfoMap()
800 …, 8, 8, 8, 0, 0, GL_RGB_INTEGER, GL_BYTE, GL_INT, f… in BuildInternalFormatInfoMap()
802 …, 16, 16, 16, 0, 0, GL_RGB_INTEGER, GL_SHORT, GL_INT, f… in BuildInternalFormatInfoMap()
804 …I, true, 32, 32, 32, 0, 0, GL_RGB_INTEGER, GL_INT, GL_INT,… in BuildInternalFormatInfoMap()
806 …, 8, 8, 8, 8, 0, GL_RGBA_INTEGER, GL_BYTE, GL_INT, f… in BuildInternalFormatInfoMap()
808 …, 16, 16, 16, 16, 0, GL_RGBA_INTEGER, GL_SHORT, GL_INT, f… in BuildInternalFormatInfoMap()
810 …2I, true, 32, 32, 32, 32, 0, GL_RGBA_INTEGER, GL_INT, GL_INT,… in BuildInternalFormatInfoMap()
1037 …lse, 8, 0, 0, 0, 0, GL_RED_INTEGER, GL_BYTE, GL_INT, false, R… in BuildInternalFormatInfoMap()
1039 …lse, 16, 0, 0, 0, 0, GL_RED_INTEGER, GL_SHORT, GL_INT, false, R… in BuildInternalFormatInfoMap()
1041 …RED_INTEGER, false, 32, 0, 0, 0, 0, GL_RED_INTEGER, GL_INT, GL_INT, … in BuildInternalFormatInfoMap()
1043 …lse, 8, 8, 0, 0, 0, GL_RG_INTEGER, GL_BYTE, GL_INT, false, R… in BuildInternalFormatInfoMap()
1045 …lse, 16, 16, 0, 0, 0, GL_RG_INTEGER, GL_SHORT, GL_INT, false, R… in BuildInternalFormatInfoMap()
1047 …RG_INTEGER, false, 32, 32, 0, 0, 0, GL_RG_INTEGER, GL_INT, GL_INT, … in BuildInternalFormatInfoMap()
1049 …lse, 8, 8, 8, 0, 0, GL_RGB_INTEGER, GL_BYTE, GL_INT, false, R… in BuildInternalFormatInfoMap()
1051 …lse, 16, 16, 16, 0, 0, GL_RGB_INTEGER, GL_SHORT, GL_INT, false, R… in BuildInternalFormatInfoMap()
1053 …RGB_INTEGER, false, 32, 32, 32, 0, 0, GL_RGB_INTEGER, GL_INT, GL_INT, … in BuildInternalFormatInfoMap()
1055 …lse, 8, 8, 8, 8, 0, GL_RGBA_INTEGER, GL_BYTE, GL_INT, false, R… in BuildInternalFormatInfoMap()
1057 …lse, 16, 16, 16, 16, 0, GL_RGBA_INTEGER, GL_SHORT, GL_INT, false, R… in BuildInternalFormatInfoMap()
1059 …RGBA_INTEGER, false, 32, 32, 32, 32, 0, GL_RGBA_INTEGER, GL_INT, GL_INT, … in BuildInternalFormatInfoMap()
1155 case GL_INT: in GetPackedTypeInfo()
1449 case GL_INT: in GetAttributeType()
2002 static const VertexFormat format(GL_INT, GL_FALSE, 1, false); in GetVertexFormatFromID()
2007 static const VertexFormat format(GL_INT, GL_TRUE, 1, false); in GetVertexFormatFromID()
2012 static const VertexFormat format(GL_INT, GL_FALSE, 2, false); in GetVertexFormatFromID()
2017 static const VertexFormat format(GL_INT, GL_TRUE, 2, false); in GetVertexFormatFromID()
2022 static const VertexFormat format(GL_INT, GL_FALSE, 3, false); in GetVertexFormatFromID()
2027 static const VertexFormat format(GL_INT, GL_TRUE, 3, false); in GetVertexFormatFromID()
2032 static const VertexFormat format(GL_INT, GL_FALSE, 4, false); in GetVertexFormatFromID()
2037 static const VertexFormat format(GL_INT, GL_TRUE, 4, false); in GetVertexFormatFromID()
2162 static const VertexFormat format(GL_INT, GL_FALSE, 1, true); in GetVertexFormatFromID()
2167 static const VertexFormat format(GL_INT, GL_FALSE, 2, true); in GetVertexFormatFromID()
2172 static const VertexFormat format(GL_INT, GL_FALSE, 3, true); in GetVertexFormatFromID()
2177 static const VertexFormat format(GL_INT, GL_FALSE, 4, true); in GetVertexFormatFromID()