HomeSort by relevance Sort by last modified time
    Searched refs:RSInvalidStateException (Results 1 - 8 of 8) 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...]
Type.java 261 throw new RSInvalidStateException("Both X and Y dimension required when Z is present.");
264 throw new RSInvalidStateException("Cube maps not supported with 3D types.");
269 throw new RSInvalidStateException("X dimension required when Y is present.");
274 throw new RSInvalidStateException("Cube maps require 2D Types.");
BaseObj.java 51 throw new RSInvalidStateException("using a destroyed object.");
129 throw new RSInvalidStateException("Object already destroyed.");
Allocation.java 828 throw new RSInvalidStateException("Resize only support for 1D allocations at this time.");
871 throw new RSInvalidStateException("Bad Type");
    [all...]
RenderScript.java 759 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) {
  /prebuilt/sdk/14/
android.jar 

Completed in 212 milliseconds