Searched refs:RSInvalidStateException (Results 1 – 20 of 20) sorted by relevance
112 throw new RSInvalidStateException("Cannot set LOD when the adapter includes mipmaps."); in setLOD()131 throw new RSInvalidStateException("Cannot set face when the adapter includes faces."); in setFace()151 throw new RSInvalidStateException("Cannot set X greater than dimension of allocation."); in setX()154 throw new RSInvalidStateException("Cannot set X when the adapter includes X."); in setX()176 throw new RSInvalidStateException("Cannot set Y greater than dimension of allocation."); in setY()179 throw new RSInvalidStateException("Cannot set Y when the adapter includes Y."); in setY()201 throw new RSInvalidStateException("Cannot set Z greater than dimension of allocation."); in setZ()204 throw new RSInvalidStateException("Cannot set Z when the adapter includes Z."); in setZ()274 throw new RSInvalidStateException("Adapters cannot be nested."); in createTyped()278 throw new RSInvalidStateException("Element must match Allocation type."); in createTyped()[all …]
270 throw new RSInvalidStateException("Dimension must be >= 1."); in createX()294 throw new RSInvalidStateException("Dimension must be >= 1."); in createXY()320 throw new RSInvalidStateException("Dimension must be >= 1."); in createXYZ()449 … throw new RSInvalidStateException("Both X and Y dimension required when Z is present."); in create()452 throw new RSInvalidStateException("Cube maps not supported with 3D types."); in create()457 throw new RSInvalidStateException("X dimension required when Y is present."); in create()462 throw new RSInvalidStateException("Cube maps require 2D Types."); in create()468 throw new RSInvalidStateException("YUV only supports basic 2D."); in create()478 throw new RSInvalidStateException("Array dimensions must be contigous from 0."); in create()
29 public class RSInvalidStateException extends RSRuntimeException { class30 public RSInvalidStateException(String string) { in RSInvalidStateException() method in RSInvalidStateException
62 throw new RSInvalidStateException("using a destroyed object."); in getID()68 throw new RSInvalidStateException("using object with mismatched context."); in getID()164 throw new RSInvalidStateException("Object already destroyed."); in destroy()
583 throw new RSInvalidStateException("Loops in group not allowed."); in validateCycle()590 throw new RSInvalidStateException("Loops in group not allowed."); in validateCycle()631 throw new RSInvalidStateException(msg); in validateDAG()639 throw new RSInvalidStateException("Multiple DAGs in group not allowed."); in validateDAG()675 throw new RSInvalidStateException( in addKernel()712 throw new RSInvalidStateException("From script not found."); in addConnection()717 throw new RSInvalidStateException("To script not found."); in addConnection()747 throw new RSInvalidStateException("From script not found."); in addConnection()752 throw new RSInvalidStateException("To script not found."); in addConnection()776 throw new RSInvalidStateException("Empty script groups are not allowed"); in create()
2081 … throw new RSInvalidStateException("Resize only support for 1D allocations at this time."); in resize()2673 throw new RSInvalidStateException("Bad Type"); in createTyped()2771 throw new RSInvalidStateException("Bad bitmap type: " + bc); in elementFromBitmap()2858 throw new RSInvalidStateException("Cubemap is not supported for getByteBuffer()."); in getByteBuffer()2863 throw new RSInvalidStateException("YUV format is not supported for getByteBuffer()."); in getByteBuffer()2895 throw new RSInvalidStateException("Bad Type"); in createAllocations()2934 throw new RSInvalidStateException("Bad input Allocation"); in createFromAllocation()2960 throw new RSInvalidStateException("Allocation is not USAGE_IO_INPUT."); in setupBufferQueue()2973 throw new RSInvalidStateException("Allocation is not USAGE_IO_INPUT."); in shareBufferQueue()3026 throw new RSInvalidStateException("Allocation is not a surface texture."); in getSurface()[all …]
1246 throw new RSInvalidStateException("Calling RS with no Context active."); in validate()1308 …throw new RSInvalidStateException("Received a message from the script with no message handler inst… in run()
217 throw new RSInvalidStateException("Dimension must be >= 1."); in createX()241 throw new RSInvalidStateException("Dimension must be >= 1."); in createXY()267 throw new RSInvalidStateException("Dimension must be >= 1."); in createXYZ()375 … throw new RSInvalidStateException("Both X and Y dimension required when Z is present."); in create()378 throw new RSInvalidStateException("Cube maps not supported with 3D types."); in create()383 throw new RSInvalidStateException("X dimension required when Y is present."); in create()388 throw new RSInvalidStateException("Cube maps require 2D Types."); in create()394 throw new RSInvalidStateException("YUV only supports basic 2D."); in create()
59 throw new RSInvalidStateException("using a destroyed object."); in getID()65 throw new RSInvalidStateException("using object with mismatched context."); in getID()119 throw new RSInvalidStateException("Object already destroyed."); in destroy()
648 throw new RSInvalidStateException("Loops in group not allowed."); in validateCycle()655 throw new RSInvalidStateException("Loops in group not allowed."); in validateCycle()696 throw new RSInvalidStateException(msg); in validateDAG()704 throw new RSInvalidStateException("Multiple DAGs in group not allowed."); in validateDAG()740 throw new RSInvalidStateException( in addKernel()778 throw new RSInvalidStateException("From script not found."); in addConnection()783 throw new RSInvalidStateException("To script not found."); in addConnection()812 throw new RSInvalidStateException("From script not found."); in addConnection()817 throw new RSInvalidStateException("To script not found."); in addConnection()888 throw new RSInvalidStateException("Empty script groups are not allowed"); in create()
2565 throw new RSInvalidStateException("Bad Type"); in createTyped()2659 throw new RSInvalidStateException("Bad bitmap type: " + bc); in elementFromBitmap()2735 throw new RSInvalidStateException("Allocation is not USAGE_IO_OUTPUT."); in setSurface()
151 …throw new RSInvalidStateException("Calling getPointerSize() before any RenderScript instantiated"); in getPointerSize()1242 throw new RSInvalidStateException("Calling RS with no Context active."); in validate()1308 …throw new RSInvalidStateException("Received a message from the script with no message handler inst… in run()
6022 android.renderscript.RSInvalidStateException
29414 Landroid/renderscript/RSInvalidStateException;
6020 android.renderscript.RSInvalidStateException
39051 Landroid/renderscript/RSInvalidStateException;
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
36616 @Deprecated public class RSInvalidStateException extends android.renderscript.RSRuntimeException {36617 ctor @Deprecated public RSInvalidStateException(String);
26418 public class RSInvalidStateException extends android.renderscript.RSRuntimeException {26419 ctor public RSInvalidStateException(java.lang.String);