OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSInvalidStateException
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/graphics/java/android/renderscript/
RSInvalidStateException.java
24
public class
RSInvalidStateException
extends RSRuntimeException {
25
public
RSInvalidStateException
(String string) {
AllocationAdapter.java
34
throw new
RSInvalidStateException
(
143
throw new
RSInvalidStateException
("Cannot set LOD when the allocation type does not include mipmaps.");
146
throw new
RSInvalidStateException
("Cannot set LOD when the adapter includes mipmaps.");
160
throw new
RSInvalidStateException
("Cannot set Face when the allocation type does not include faces.");
163
throw new
RSInvalidStateException
("Cannot set LOD when the adapter includes mipmaps.");
181
throw new
RSInvalidStateException
("Cannot set Y when the allocation type does not include Y dim.");
184
throw new
RSInvalidStateException
("Cannot set Y greater than dimension of allocation.");
187
throw new
RSInvalidStateException
("Cannot set Y when the adapter includes Y.");
202
throw new
RSInvalidStateException
("Cannot set Z when the allocation type does not include Z dim.");
205
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.");
135
throw new
RSInvalidStateException
("Object already destroyed.");
Type.java
266
throw new
RSInvalidStateException
("Both X and Y dimension required when Z is present.");
269
throw new
RSInvalidStateException
("Cube maps not supported with 3D types.");
274
throw new
RSInvalidStateException
("X dimension required when Y is present.");
279
throw new
RSInvalidStateException
("Cube maps require 2D Types.");
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) {
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 3091 milliseconds