Home | History | Annotate | Download | only in shader

Lines Matching refs:VarType

59     protected VarType varType;
73 oc.write(varType, "varType", null);
75 switch (varType){
120 varType = ic.readEnum("varType", VarType.class, null);
122 switch (varType){
167 if (varType != null){
169 sb.append(varType);
188 public VarType getVarType() {
189 return varType;
229 if (varType == null)
232 switch (varType){
261 public void setValue(VarType type, Object value){
265 if (varType != null && varType != type)
266 throw new IllegalArgumentException("Expected a "+varType.name()+" value!");
385 varType = type;
398 varType = VarType.Vector4Array;
407 if (varType != null && varType != VarType.Vector4Array)
408 throw new IllegalArgumentException("Expected a "+varType.name()+" value!");