OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSInvalidStateException
(Results
1 - 24
of
24
) sorted by null
/frameworks/base/rs/java/android/renderscript/
RSInvalidStateException.java
24
public class
RSInvalidStateException
extends RSRuntimeException {
25
public
RSInvalidStateException
(String string) {
AllocationAdapter.java
30
throw new
RSInvalidStateException
(
139
throw new
RSInvalidStateException
("Cannot set LOD when the allocation type does not include mipmaps.");
142
throw new
RSInvalidStateException
("Cannot set LOD when the adapter includes mipmaps.");
156
throw new
RSInvalidStateException
("Cannot set Face when the allocation type does not include faces.");
159
throw new
RSInvalidStateException
("Cannot set LOD when the adapter includes mipmaps.");
177
throw new
RSInvalidStateException
("Cannot set Y when the allocation type does not include Y dim.");
180
throw new
RSInvalidStateException
("Cannot set Y greater than dimension of allocation.");
183
throw new
RSInvalidStateException
("Cannot set Y when the adapter includes Y.");
198
throw new
RSInvalidStateException
("Cannot set Z when the allocation type does not include Z dim.");
201
throw new
RSInvalidStateException
("Cannot set Z greater than dimension of allocation.")
[
all
...]
BaseObj.java
54
throw new
RSInvalidStateException
("using a destroyed object.");
60
throw new
RSInvalidStateException
("using object with mismatched context.");
147
throw new
RSInvalidStateException
("Object already destroyed.");
Type.java
224
throw new
RSInvalidStateException
("Dimension must be >= 1.");
248
throw new
RSInvalidStateException
("Dimension must be >= 1.");
274
throw new
RSInvalidStateException
("Dimension must be >= 1.");
385
throw new
RSInvalidStateException
("Both X and Y dimension required when Z is present.");
388
throw new
RSInvalidStateException
("Cube maps not supported with 3D types.");
393
throw new
RSInvalidStateException
("X dimension required when Y is present.");
398
throw new
RSInvalidStateException
("Cube maps require 2D Types.");
404
throw new
RSInvalidStateException
("YUV only supports basic 2D.");
ScriptGroup.java
41
* Script object will result in an {@link android.renderscript.
RSInvalidStateException
}.
192
throw new
RSInvalidStateException
("Loops in group not allowed.");
199
throw new
RSInvalidStateException
("Loops in group not allowed.");
239
throw new
RSInvalidStateException
("Groups cannot contain unconnected scripts");
247
throw new
RSInvalidStateException
("Multiple DAGs in group not allowed.");
283
throw new
RSInvalidStateException
(
320
throw new
RSInvalidStateException
("From script not found.");
325
throw new
RSInvalidStateException
("To script not found.");
355
throw new
RSInvalidStateException
("From script not found.");
360
throw new
RSInvalidStateException
("To script not found.")
[
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) {
ExceptionThunker.java
25
} else if (e instanceof android.renderscript.
RSInvalidStateException
) {
26
return new android.support.v8.renderscript.
RSInvalidStateException
(e.getMessage());
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
291
throw new
RSInvalidStateException
("Both X and Y dimension required when Z is present.");
294
throw new
RSInvalidStateException
("Cube maps not supported with 3D types.");
299
throw new
RSInvalidStateException
("X dimension required when Y is present.");
304
throw new
RSInvalidStateException
("Cube maps require 2D Types.");
310
throw new
RSInvalidStateException
("YUV only supports basic 2D.");
ScriptGroup.java
43
* {@link android.support.v8.renderscript.
RSInvalidStateException
}.
199
throw new
RSInvalidStateException
("Loops in group not allowed.");
206
throw new
RSInvalidStateException
("Loops in group not allowed.");
246
throw new
RSInvalidStateException
("Groups cannot contain unconnected scripts");
254
throw new
RSInvalidStateException
("Multiple DAGs in group not allowed.");
295
throw new
RSInvalidStateException
(
337
throw new
RSInvalidStateException
("From script not found.");
342
throw new
RSInvalidStateException
("To script not found.");
377
throw new
RSInvalidStateException
("From script not found.");
382
throw new
RSInvalidStateException
("To script not found.")
[
all
...]
RenderScriptThunker.java
37
throw new
RSInvalidStateException
("Calling RS with no Context active.");
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
;
96
fail("should throw
RSInvalidStateException
.");
97
} catch (
RSInvalidStateException
e) {
185
fail("
RSInvalidStateException
expected");
186
} catch (
RSInvalidStateException
e) {
/prebuilts/sdk/renderscript/lib/
javalib.jar
/external/robolectric/lib/main/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/20/
android.jar
/prebuilts/sdk/21/
android.jar
Completed in 137 milliseconds