Home | History | Annotate | Download | only in renderscript

Lines Matching refs:RSInvalidStateException

34         throw new RSInvalidStateException(
143 throw new RSInvalidStateException("Cannot set LOD when the allocation type does not include mipmaps.");
146 throw new RSInvalidStateException("Cannot set LOD when the adapter includes mipmaps.");
160 throw new RSInvalidStateException("Cannot set Face when the allocation type does not include faces.");
163 throw new RSInvalidStateException("Cannot set LOD when the adapter includes mipmaps.");
181 throw new RSInvalidStateException("Cannot set Y when the allocation type does not include Y dim.");
184 throw new RSInvalidStateException("Cannot set Y greater than dimension of allocation.");
187 throw new RSInvalidStateException("Cannot set Y when the adapter includes Y.");
202 throw new RSInvalidStateException("Cannot set Z when the allocation type does not include Z dim.");
205 throw new RSInvalidStateException("Cannot set Z greater than dimension of allocation.");
208 throw new RSInvalidStateException("Cannot set Z when the adapter includes Z.");
240 * allowed and will throw a RSInvalidStateException.
245 throw new RSInvalidStateException("Resize not allowed for Adapters.");