Searched refs:RSRuntimeException (Results 26 - 45 of 45) sorted by relevance

12

/frameworks/base/rs/java/android/renderscript/
H A DFont.java165 throw new RSRuntimeException("Unable to create font from file " + path);
189 throw new RSRuntimeException("Unable to create font from asset " + path);
206 throw new RSRuntimeException("Unable to open resource " + id);
216 throw new RSRuntimeException("Unsupported asset stream created");
220 throw new RSRuntimeException("Unable to create font from resource " + id);
H A DBaseObj.java37 throw new RSRuntimeException("Internal Error, reset of object ID.");
57 throw new RSRuntimeException("Internal error: Object id 0.");
H A DScriptC.java63 throw new RSRuntimeException("Loading of ScriptC script failed.");
82 throw new RSRuntimeException("Loading of ScriptC script failed.");
H A DAllocation.java341 throw new RSRuntimeException("Couldn't invoke registerNativeAllocation:" + e);
1353 throw new RSRuntimeException("Resize is not allowed in API 21+.");
1393 throw new RSRuntimeException("Allocation creation failed.");
1448 throw new RSRuntimeException("Allocation creation failed.");
1532 throw new RSRuntimeException("Load failed.");
1544 throw new RSRuntimeException("Load failed.");
1647 throw new RSRuntimeException("Load failed for bitmap " + b + " element " + e);
1848 throw new RSRuntimeException("Could not convert string to utf-8.");
H A DScriptGroup.java426 throw new RSRuntimeException("Count mismatch, should not happen.");
448 throw new RSRuntimeException("Object creation error, should not happen.");
H A DRenderScript.java102 throw new RSRuntimeException("Error loading GC methods: " + e);
111 throw new RSRuntimeException("Error loading RS jni library: " + e);
1024 * {@link RSRuntimeException} will instead be thrown with details about the error.
1132 // Throw RSRuntimeException under the following conditions:
1143 throw new RSRuntimeException("Fatal error " + subID + ", details: " + e);
1191 throw new RSRuntimeException("Couldn't invoke registerNativeAllocation:" + e);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneGraphBase.java30 import android.renderscript.RSRuntimeException;
H A DRenderState.java30 import android.renderscript.RSRuntimeException;
H A DSceneManager.java222 throw new RSRuntimeException("Could not convert string to utf-8.");
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DTypeThunker.java48 } catch (android.renderscript.RSRuntimeException e) {
79 } catch (android.renderscript.RSRuntimeException exc) {
H A DScriptC.java69 throw new RSRuntimeException("Loading of ScriptC script failed.");
H A DAllocation.java253 throw new RSRuntimeException("Couldn't invoke registerNativeAllocation:" + e);
1220 throw new RSRuntimeException("Allocation creation failed.");
1277 throw new RSRuntimeException("Allocation creation failed.");
1363 throw new RSRuntimeException("Load failed.");
1375 throw new RSRuntimeException("Load failed.");
1441 throw new RSRuntimeException("Load failed for bitmap " + b + " element " + e);
1638 throw new RSRuntimeException("Could not convert string to utf-8.");
H A DSamplerThunker.java151 } catch (android.renderscript.RSRuntimeException e) {
H A DScriptGroup.java452 throw new RSRuntimeException("Count mismatch, should not happen.");
474 throw new RSRuntimeException("Object creation error, should not happen.");
H A DRenderScript.java83 throw new RSRuntimeException("Can't use RS classes before setting up a RenderScript context");
825 * {@link RSRuntimeException} will instead be thrown with details about the error.
928 throw new RSRuntimeException("Fatal error " + subID + ", details: " + e);
992 throw new RSRuntimeException("Can't have two contexts with different SDK versions in support lib");
1018 throw new RSRuntimeException("Error loading RS jni library: " + e);
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
H A DShadersTestRS.java33 import android.renderscript.RSRuntimeException;
164 throw new RSRuntimeException("No valid meshes in file");
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOSyncRS.java153 throw new RSRuntimeException("No valid meshes in file");
H A DFBOTestRS.java152 throw new RSRuntimeException("No valid meshes in file");
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSimpleModelRS.java151 throw new RSRuntimeException("No valid meshes in file");
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java109 throw new RSRuntimeException("Could not convert string to utf-8.");

Completed in 1288 milliseconds

12