Lines Matching refs:RSInvalidStateException
34 throw new RSInvalidStateException(
105 throw new RSInvalidStateException("Cannot set LOD when the allocation type does not include mipmaps.");
108 throw new RSInvalidStateException("Cannot set LOD when the adapter includes mipmaps.");
124 throw new RSInvalidStateException("Cannot set Face when the allocation type does not include faces.");
127 throw new RSInvalidStateException("Cannot set face when the adapter includes faces.");
147 throw new RSInvalidStateException("Cannot set X greater than dimension of allocation.");
150 throw new RSInvalidStateException("Cannot set X when the adapter includes X.");
153 throw new RSInvalidStateException("Cannot set (X + window) which would be larger than dimension of allocation.");
169 throw new RSInvalidStateException("Cannot set Y when the allocation type does not include Y dim.");
172 throw new RSInvalidStateException("Cannot set Y greater than dimension of allocation.");
175 throw new RSInvalidStateException("Cannot set Y when the adapter includes Y.");
178 throw new RSInvalidStateException("Cannot set (Y + window) which would be larger than dimension of allocation.");
194 throw new RSInvalidStateException("Cannot set Z when the allocation type does not include Z dim.");
197 throw new RSInvalidStateException("Cannot set Z greater than dimension of allocation.");
200 throw new RSInvalidStateException("Cannot set Z when the adapter includes Z.");
203 throw new RSInvalidStateException("Cannot set (Z + window) which would be larger than dimension of allocation.");
215 throw new RSInvalidStateException("Cannot set arrayNum when the allocation type does not include arrayNum dim.");
218 throw new RSInvalidStateException("Cannot set arrayNum greater than dimension of allocation.");
221 throw new RSInvalidStateException("Cannot set arrayNum when the adapter includes arrayNum.");
224 throw new RSInvalidStateException("Cannot set (arrayNum + window) which would be larger than dimension of allocation.");
270 throw new RSInvalidStateException("Adapters cannot be nested.");
274 throw new RSInvalidStateException("Element must match Allocation type.");
278 throw new RSInvalidStateException("Adapters do not support window types with Mipmaps or Faces.");
287 throw new RSInvalidStateException("Type cannot have dimension larger than the source allocation.");
293 throw new RSInvalidStateException("Type cannot have dimension larger than the source allocation.");
308 * allowed and will throw a RSInvalidStateException.
313 throw new RSInvalidStateException("Resize not allowed for Adapters.");