Lines Matching refs:RSInvalidStateException
30 throw new RSInvalidStateException(
139 throw new RSInvalidStateException("Cannot set LOD when the allocation type does not include mipmaps.");
142 throw new RSInvalidStateException("Cannot set LOD when the adapter includes mipmaps.");
156 throw new RSInvalidStateException("Cannot set Face when the allocation type does not include faces.");
159 throw new RSInvalidStateException("Cannot set LOD when the adapter includes mipmaps.");
177 throw new RSInvalidStateException("Cannot set Y when the allocation type does not include Y dim.");
180 throw new RSInvalidStateException("Cannot set Y greater than dimension of allocation.");
183 throw new RSInvalidStateException("Cannot set Y when the adapter includes Y.");
198 throw new RSInvalidStateException("Cannot set Z when the allocation type does not include Z dim.");
201 throw new RSInvalidStateException("Cannot set Z greater than dimension of allocation.");
204 throw new RSInvalidStateException("Cannot set Z when the adapter includes Z.");
235 * allowed and will throw a RSInvalidStateException.
240 throw new RSInvalidStateException("Resize not allowed for Adapters.");