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

  /frameworks/base/graphics/java/android/renderscript/
RSRuntimeException.java 24 public class RSRuntimeException
26 public RSRuntimeException(String string) {
RSDriverException.java 24 public class RSDriverException extends RSRuntimeException {
RSIllegalArgumentException.java 24 public class RSIllegalArgumentException extends RSRuntimeException {
RSInvalidStateException.java 24 public class RSInvalidStateException extends RSRuntimeException {
BaseObj.java 37 throw new RSRuntimeException("Internal Error, reset of object ID.");
54 throw new RSRuntimeException("Internal error: Object id 0.");
FileA3D.java 225 throw new RSRuntimeException("Unable to create a3d file from asset " + path);
244 throw new RSRuntimeException("Unable to create a3d file from " + path);
279 throw new RSRuntimeException("Unable to open resource " + id);
287 throw new RSRuntimeException("Unsupported asset stream");
291 throw new RSRuntimeException("Unable to create a3d file from resource " + id);
Font.java 150 throw new RSRuntimeException("Unable to create font from file " + path);
168 throw new RSRuntimeException("Unable to create font from asset " + path);
182 throw new RSRuntimeException("Unable to open resource " + id);
192 throw new RSRuntimeException("Unsupported asset stream created");
196 throw new RSRuntimeException("Unable to create font from resource " + id);
ScriptC.java 60 throw new RSRuntimeException("Loading of ScriptC script failed.");
Allocation.java 875 throw new RSRuntimeException("Allocation creation failed.");
    [all...]
RenderScript.java 68 throw new RSRuntimeException("Error loading RS jni library: " + e);
728 * RSRuntimeException will instead be thrown with details about the error.
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ExceptionTest.java 21 import android.renderscript.RSRuntimeException;
41 throw new RSRuntimeException("RE");
42 } catch (RSRuntimeException e) {
ForEachTest.java 43 import android.renderscript.RSRuntimeException;
72 fail("should throw RSRuntimeException");
73 } catch (RSRuntimeException e) {
87 fail("should throw RSRuntimeException");
88 } catch (RSRuntimeException e) {
102 fail("should throw RSRuntimeException");
103 } catch (RSRuntimeException e) {
117 fail("should throw RSRuntimeException");
118 } catch (RSRuntimeException e) {
130 fail("should throw RSRuntimeException");
    [all...]
FileA3DTest.java 23 import android.renderscript.RSRuntimeException;
109 fail("should throw RSRuntimeException.");
110 } catch (RSRuntimeException e) {
114 fail("should throw RSRuntimeException.");
115 } catch (RSRuntimeException e) {
ComputeTest.java 43 import android.renderscript.RSRuntimeException;
371 fail("should throw RSRuntimeException");
372 } catch (RSRuntimeException e) {
  /frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
ShadersTestRS.java 33 import android.renderscript.RSRuntimeException;
164 throw new RSRuntimeException("No valid meshes in file");
  /frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
FBOSyncRS.java 153 throw new RSRuntimeException("No valid meshes in file");
FBOTestRS.java 152 throw new RSRuntimeException("No valid meshes in file");
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SimpleModelRS.java 151 throw new RSRuntimeException("No valid meshes in file");
  /prebuilt/sdk/14/
android.jar 

Completed in 212 milliseconds