Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DAllocationAdapter.java105 …throw new RSInvalidStateException("Cannot set LOD when the allocation type does not include mipmap… in setLOD()
108 throw new RSInvalidStateException("Cannot set LOD when the adapter includes mipmaps."); in setLOD()
124 …throw new RSInvalidStateException("Cannot set Face when the allocation type does not include faces… in setFace()
127 throw new RSInvalidStateException("Cannot set face when the adapter includes faces."); in setFace()
147 throw new RSInvalidStateException("Cannot set X greater than dimension of allocation."); in setX()
150 throw new RSInvalidStateException("Cannot set X when the adapter includes X."); in setX()
153 …throw new RSInvalidStateException("Cannot set (X + window) which would be larger than dimension of… in setX()
169 …throw new RSInvalidStateException("Cannot set Y when the allocation type does not include Y dim."); in setY()
172 throw new RSInvalidStateException("Cannot set Y greater than dimension of allocation."); in setY()
175 throw new RSInvalidStateException("Cannot set Y when the adapter includes Y."); in setY()
[all …]
DType.java265 throw new RSInvalidStateException("Dimension must be >= 1."); in createX()
289 throw new RSInvalidStateException("Dimension must be >= 1."); in createXY()
315 throw new RSInvalidStateException("Dimension must be >= 1."); in createXYZ()
444 … throw new RSInvalidStateException("Both X and Y dimension required when Z is present."); in create()
447 throw new RSInvalidStateException("Cube maps not supported with 3D types."); in create()
452 throw new RSInvalidStateException("X dimension required when Y is present."); in create()
457 throw new RSInvalidStateException("Cube maps require 2D Types."); in create()
463 throw new RSInvalidStateException("YUV only supports basic 2D."); in create()
473 throw new RSInvalidStateException("Array dimensions must be contigous from 0."); in create()
DRSInvalidStateException.java24 public class RSInvalidStateException extends RSRuntimeException { class
25 public RSInvalidStateException(String string) { in RSInvalidStateException() method in RSInvalidStateException
DBaseObj.java55 throw new RSInvalidStateException("using a destroyed object."); in getID()
61 throw new RSInvalidStateException("using object with mismatched context."); in getID()
156 throw new RSInvalidStateException("Object already destroyed."); in destroy()
DScriptGroup.java578 throw new RSInvalidStateException("Loops in group not allowed."); in validateCycle()
585 throw new RSInvalidStateException("Loops in group not allowed."); in validateCycle()
626 throw new RSInvalidStateException(msg); in validateDAG()
634 throw new RSInvalidStateException("Multiple DAGs in group not allowed."); in validateDAG()
670 throw new RSInvalidStateException( in addKernel()
707 throw new RSInvalidStateException("From script not found."); in addConnection()
712 throw new RSInvalidStateException("To script not found."); in addConnection()
742 throw new RSInvalidStateException("From script not found."); in addConnection()
747 throw new RSInvalidStateException("To script not found."); in addConnection()
771 throw new RSInvalidStateException("Empty script groups are not allowed"); in create()
DAllocation.java2077 … throw new RSInvalidStateException("Resize only support for 1D allocations at this time."); in resize()
2669 throw new RSInvalidStateException("Bad Type"); in createTyped()
2767 throw new RSInvalidStateException("Bad bitmap type: " + bc); in elementFromBitmap()
2854 throw new RSInvalidStateException("Cubemap is not supported for getByteBuffer()."); in getByteBuffer()
2859 throw new RSInvalidStateException("YUV format is not supported for getByteBuffer()."); in getByteBuffer()
2891 throw new RSInvalidStateException("Bad Type"); in createAllocations()
2930 throw new RSInvalidStateException("Bad input Allocation"); in createFromAllocation()
2956 throw new RSInvalidStateException("Allocation is not USAGE_IO_INPUT."); in setupBufferQueue()
2969 throw new RSInvalidStateException("Allocation is not USAGE_IO_INPUT."); in shareBufferQueue()
3022 throw new RSInvalidStateException("Allocation is not a surface texture."); in getSurface()
[all …]
DRenderScript.java1237 throw new RSInvalidStateException("Calling RS with no Context active."); in validate()
1299 …throw new RSInvalidStateException("Received a message from the script with no message handler inst… in run()
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DType.java212 throw new RSInvalidStateException("Dimension must be >= 1."); in createX()
236 throw new RSInvalidStateException("Dimension must be >= 1."); in createXY()
262 throw new RSInvalidStateException("Dimension must be >= 1."); in createXYZ()
370 … throw new RSInvalidStateException("Both X and Y dimension required when Z is present."); in create()
373 throw new RSInvalidStateException("Cube maps not supported with 3D types."); in create()
378 throw new RSInvalidStateException("X dimension required when Y is present."); in create()
383 throw new RSInvalidStateException("Cube maps require 2D Types."); in create()
389 throw new RSInvalidStateException("YUV only supports basic 2D."); in create()
DRSInvalidStateException.java24 public class RSInvalidStateException extends RSRuntimeException { class
25 public RSInvalidStateException(String string) { in RSInvalidStateException() method in RSInvalidStateException
DBaseObj.java55 throw new RSInvalidStateException("using a destroyed object."); in getID()
61 throw new RSInvalidStateException("using object with mismatched context."); in getID()
115 throw new RSInvalidStateException("Object already destroyed."); in destroy()
DScriptGroup.java643 throw new RSInvalidStateException("Loops in group not allowed."); in validateCycle()
650 throw new RSInvalidStateException("Loops in group not allowed."); in validateCycle()
691 throw new RSInvalidStateException(msg); in validateDAG()
699 throw new RSInvalidStateException("Multiple DAGs in group not allowed."); in validateDAG()
735 throw new RSInvalidStateException( in addKernel()
773 throw new RSInvalidStateException("From script not found."); in addConnection()
778 throw new RSInvalidStateException("To script not found."); in addConnection()
807 throw new RSInvalidStateException("From script not found."); in addConnection()
812 throw new RSInvalidStateException("To script not found."); in addConnection()
883 throw new RSInvalidStateException("Empty script groups are not allowed"); in create()
DAllocation.java2560 throw new RSInvalidStateException("Bad Type"); in createTyped()
2654 throw new RSInvalidStateException("Bad bitmap type: " + bc); in elementFromBitmap()
2730 throw new RSInvalidStateException("Allocation is not USAGE_IO_OUTPUT."); in setSurface()
DRenderScript.java146 …throw new RSInvalidStateException("Calling getPointerSize() before any RenderScript instantiated"); in getPointerSize()
1237 throw new RSInvalidStateException("Calling RS with no Context active."); in validate()
1303 …throw new RSInvalidStateException("Received a message from the script with no message handler inst… in run()
/frameworks/support/api/
D23.0.0.txt10412 public class RSInvalidStateException extends android.support.v8.renderscript.RSRuntimeException {
10413 ctor public RSInvalidStateException(java.lang.String);
D23.1.1.txt10800 public class RSInvalidStateException extends android.support.v8.renderscript.RSRuntimeException {
10801 ctor public RSInvalidStateException(java.lang.String);
D23.2.1.txt11331 public class RSInvalidStateException extends android.support.v8.renderscript.RSRuntimeException {
11332 ctor public RSInvalidStateException(java.lang.String);
D23.2.0.txt11329 public class RSInvalidStateException extends android.support.v8.renderscript.RSRuntimeException {
11330 ctor public RSInvalidStateException(java.lang.String);
D23.4.0.txt11347 public class RSInvalidStateException extends android.support.v8.renderscript.RSRuntimeException {
11348 ctor public RSInvalidStateException(java.lang.String);
D23.1.0.txt10831 public class RSInvalidStateException extends android.support.v8.renderscript.RSRuntimeException {
10832 ctor public RSInvalidStateException(java.lang.String);
D24.0.0.txt12147 public class RSInvalidStateException extends android.support.v8.renderscript.RSRuntimeException {
12148 ctor public RSInvalidStateException(java.lang.String);
D24.1.0.txt12157 public class RSInvalidStateException extends android.support.v8.renderscript.RSRuntimeException {
12158 ctor public RSInvalidStateException(java.lang.String);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26418 public class RSInvalidStateException extends android.renderscript.RSRuntimeException {
26419 ctor public RSInvalidStateException(java.lang.String);
/frameworks/base/config/
Dhiddenapi-public-dex.txt38651 Landroid/renderscript/RSInvalidStateException;
38652 Landroid/renderscript/RSInvalidStateException;-><init>(Ljava/lang/String;)V
/frameworks/base/api/
Dcurrent.txt37851 public class RSInvalidStateException extends android.renderscript.RSRuntimeException {
37852 ctor public RSInvalidStateException(java.lang.String);