OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSInvalidStateException
(Results
1 - 22
of
22
) sorted by null
/frameworks/base/rs/java/android/renderscript/
RSInvalidStateException.java
24
public class
RSInvalidStateException
extends RSRuntimeException {
25
public
RSInvalidStateException
(String string) {
AllocationAdapter.java
34
throw new
RSInvalidStateException
(
105
throw new
RSInvalidStateException
("Cannot set LOD when the allocation type does not include mipmaps.");
108
throw new
RSInvalidStateException
("Cannot set LOD when the adapter includes mipmaps.");
124
throw new
RSInvalidStateException
("Cannot set Face when the allocation type does not include faces.");
127
throw new
RSInvalidStateException
("Cannot set face when the adapter includes faces.");
147
throw new
RSInvalidStateException
("Cannot set X greater than dimension of allocation.");
150
throw new
RSInvalidStateException
("Cannot set X when the adapter includes X.");
153
throw new
RSInvalidStateException
("Cannot set (X + window) which would be larger than dimension of allocation.");
169
throw new
RSInvalidStateException
("Cannot set Y when the allocation type does not include Y dim.");
172
throw new
RSInvalidStateException
("Cannot set Y greater than dimension of allocation.")
[
all
...]
BaseObj.java
55
throw new
RSInvalidStateException
("using a destroyed object.");
61
throw new
RSInvalidStateException
("using object with mismatched context.");
156
throw new
RSInvalidStateException
("Object already destroyed.");
Type.java
266
throw new
RSInvalidStateException
("Dimension must be >= 1.");
290
throw new
RSInvalidStateException
("Dimension must be >= 1.");
316
throw new
RSInvalidStateException
("Dimension must be >= 1.");
445
throw new
RSInvalidStateException
("Both X and Y dimension required when Z is present.");
448
throw new
RSInvalidStateException
("Cube maps not supported with 3D types.");
453
throw new
RSInvalidStateException
("X dimension required when Y is present.");
458
throw new
RSInvalidStateException
("Cube maps require 2D Types.");
464
throw new
RSInvalidStateException
("YUV only supports basic 2D.");
474
throw new
RSInvalidStateException
("Array dimensions must be contigous from 0.");
ScriptGroup.java
578
throw new
RSInvalidStateException
("Loops in group not allowed.");
585
throw new
RSInvalidStateException
("Loops in group not allowed.");
626
throw new
RSInvalidStateException
(msg);
634
throw new
RSInvalidStateException
("Multiple DAGs in group not allowed.");
670
throw new
RSInvalidStateException
(
707
throw new
RSInvalidStateException
("From script not found.");
712
throw new
RSInvalidStateException
("To script not found.");
742
throw new
RSInvalidStateException
("From script not found.");
747
throw new
RSInvalidStateException
("To script not found.");
771
throw new
RSInvalidStateException
("Empty script groups are not allowed")
[
all
...]
Allocation.java
[
all
...]
RenderScript.java
[
all
...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RSInvalidStateException.java
24
public class
RSInvalidStateException
extends RSRuntimeException {
25
public
RSInvalidStateException
(String string) {
BaseObj.java
55
throw new
RSInvalidStateException
("using a destroyed object.");
61
throw new
RSInvalidStateException
("using object with mismatched context.");
115
throw new
RSInvalidStateException
("Object already destroyed.");
Type.java
212
throw new
RSInvalidStateException
("Dimension must be >= 1.");
236
throw new
RSInvalidStateException
("Dimension must be >= 1.");
262
throw new
RSInvalidStateException
("Dimension must be >= 1.");
370
throw new
RSInvalidStateException
("Both X and Y dimension required when Z is present.");
373
throw new
RSInvalidStateException
("Cube maps not supported with 3D types.");
378
throw new
RSInvalidStateException
("X dimension required when Y is present.");
383
throw new
RSInvalidStateException
("Cube maps require 2D Types.");
389
throw new
RSInvalidStateException
("YUV only supports basic 2D.");
ScriptGroup.java
643
throw new
RSInvalidStateException
("Loops in group not allowed.");
650
throw new
RSInvalidStateException
("Loops in group not allowed.");
691
throw new
RSInvalidStateException
(msg);
699
throw new
RSInvalidStateException
("Multiple DAGs in group not allowed.");
735
throw new
RSInvalidStateException
(
773
throw new
RSInvalidStateException
("From script not found.");
778
throw new
RSInvalidStateException
("To script not found.");
807
throw new
RSInvalidStateException
("From script not found.");
812
throw new
RSInvalidStateException
("To script not found.");
883
throw new
RSInvalidStateException
("Empty script groups are not allowed")
[
all
...]
Allocation.java
[
all
...]
RenderScript.java
[
all
...]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
ExceptionTest.java
20
import android.renderscript.
RSInvalidStateException
;
35
throw new
RSInvalidStateException
("ISE");
36
} catch (
RSInvalidStateException
e) {
ScriptGroupTest.java
25
import android.renderscript.
RSInvalidStateException
;
98
fail("should throw
RSInvalidStateException
.");
99
} catch (
RSInvalidStateException
e) {
187
fail("
RSInvalidStateException
expected");
188
} catch (
RSInvalidStateException
e) {
/prebuilts/sdk/renderscript/lib/
javalib.jar
/external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar
/external/robolectric/v1/lib/main/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/20/
android.jar
Completed in 425 milliseconds