Home
last modified time | relevance | path

Searched refs:RSInvalidStateException (Results 1 – 20 of 20) sorted by relevance

/aosp12/frameworks/base/rs/java/android/renderscript/
H A DAllocationAdapter.java112 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 …]
H A DType.java270 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()
H A DRSInvalidStateException.java29 public class RSInvalidStateException extends RSRuntimeException { class
30 public RSInvalidStateException(String string) { in RSInvalidStateException() method in RSInvalidStateException
H A DBaseObj.java62 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()
H A DScriptGroup.java583 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()
H A DAllocation.java2081 … 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 …]
H A DRenderScript.java1246 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()
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DType.java217 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()
H A DBaseObj.java59 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()
H A DRSInvalidStateException.java29 public class RSInvalidStateException extends RSRuntimeException { class
30 public RSInvalidStateException(String string) { in RSInvalidStateException() method in RSInvalidStateException
H A DScriptGroup.java648 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()
H A DAllocation.java2565 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()
H A DRenderScript.java151 …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()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes6022 android.renderscript.RSInvalidStateException
H A Dboot-image-profile.txt29414 Landroid/renderscript/RSInvalidStateException;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes6020 android.renderscript.RSInvalidStateException
H A Dboot-image-profile.txt39051 Landroid/renderscript/RSInvalidStateException;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt36616 @Deprecated public class RSInvalidStateException extends android.renderscript.RSRuntimeException {
36617 ctor @Deprecated public RSInvalidStateException(String);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt26418 public class RSInvalidStateException extends android.renderscript.RSRuntimeException {
26419 ctor public RSInvalidStateException(java.lang.String);