Lines Matching refs:IllegalArgumentException
106 throw new IllegalArgumentException("Slot ID out of range."); in getConstant()
126 throw new IllegalArgumentException("Slot ID out of range."); in getTextureType()
139 throw new IllegalArgumentException("Slot ID out of range."); in getTextureName()
154 throw new IllegalArgumentException("Slot ID out of range."); in bindConstants()
158 throw new IllegalArgumentException("Allocation type does not match slot type."); in bindConstants()
172 throws IllegalArgumentException { in bindTexture()
175 throw new IllegalArgumentException("Slot ID out of range."); in bindTexture()
179 throw new IllegalArgumentException("Cannot bind cubemap to 2d texture slot"); in bindTexture()
196 throws IllegalArgumentException { in bindSampler()
199 throw new IllegalArgumentException("Slot ID out of range."); in bindSampler()
345 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException { in addTexture()
360 throws IllegalArgumentException { in addTexture()
362 throw new IllegalArgumentException("Max texture count exceeded."); in addTexture()