HomeSort by relevance Sort by last modified time
    Searched refs:RSInvalidStateException (Results 1 - 19 of 19) sorted by null

  /frameworks/base/graphics/java/android/renderscript/
RSInvalidStateException.java 24 public class RSInvalidStateException extends RSRuntimeException {
25 public RSInvalidStateException(String string) {
AllocationAdapter.java 35 throw new RSInvalidStateException(
144 throw new RSInvalidStateException("Cannot set LOD when the allocation type does not include mipmaps.");
147 throw new RSInvalidStateException("Cannot set LOD when the adapter includes mipmaps.");
161 throw new RSInvalidStateException("Cannot set Face when the allocation type does not include faces.");
164 throw new RSInvalidStateException("Cannot set LOD when the adapter includes mipmaps.");
182 throw new RSInvalidStateException("Cannot set Y when the allocation type does not include Y dim.");
185 throw new RSInvalidStateException("Cannot set Y greater than dimension of allocation.");
188 throw new RSInvalidStateException("Cannot set Y when the adapter includes Y.");
203 throw new RSInvalidStateException("Cannot set Z when the allocation type does not include Z dim.");
206 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.");
133 throw new RSInvalidStateException("Object already destroyed.");
Type.java 312 throw new RSInvalidStateException("Both X and Y dimension required when Z is present.");
315 throw new RSInvalidStateException("Cube maps not supported with 3D types.");
320 throw new RSInvalidStateException("X dimension required when Y is present.");
325 throw new RSInvalidStateException("Cube maps require 2D Types.");
331 throw new RSInvalidStateException("YUV only supports basic 2D.");
ScriptGroup.java 42 * Script object will result in an {@link android.renderscript.RSInvalidStateException}.
193 throw new RSInvalidStateException("Loops in group not allowed.");
200 throw new RSInvalidStateException("Loops in group not allowed.");
240 throw new RSInvalidStateException("Groups cannot contain unconnected scripts");
248 throw new RSInvalidStateException("Multiple DAGs in group not allowed.");
284 throw new RSInvalidStateException(
321 throw new RSInvalidStateException("From script not found.");
326 throw new RSInvalidStateException("To script not found.");
356 throw new RSInvalidStateException("From script not found.");
361 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) {
BaseObj.java 60 throw new RSInvalidStateException("using a destroyed object.");
66 throw new RSInvalidStateException("using object with mismatched context.");
106 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 34 throw new RSInvalidStateException("Calling RS with no Context active.");
Allocation.java     [all...]
RenderScript.java 787 throw new RSInvalidStateException("Calling RS with no Context active.");
    [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 27 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 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 233 milliseconds