/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
RenderState.java | 30 import android.renderscript.RSRuntimeException;
|
SceneManager.java | 222 throw new RSRuntimeException("Could not convert string to utf-8.");
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptC.java | 69 throw new RSRuntimeException("Loading of ScriptC script failed.");
|
Allocation.java | 253 throw new RSRuntimeException("Couldn't invoke registerNativeAllocation:" + e); [all...] |
SamplerThunker.java | 151 } catch (android.renderscript.RSRuntimeException e) {
|
ScriptGroup.java | 452 throw new RSRuntimeException("Count mismatch, should not happen."); 474 throw new RSRuntimeException("Object creation error, should not happen.");
|
RenderScript.java | 83 throw new RSRuntimeException("Can't use RS classes before setting up a RenderScript context"); [all...] |
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
RSUtils.java | 22 import android.renderscript.RSRuntimeException;
|
/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/rs/java/android/renderscript/ |
Allocation.java | 341 throw new RSRuntimeException("Couldn't invoke registerNativeAllocation:" + e); [all...] |
ScriptGroup.java | 426 throw new RSRuntimeException("Count mismatch, should not happen."); 448 throw new RSRuntimeException("Object creation error, should not happen.");
|
RenderScript.java | 102 throw new RSRuntimeException("Error loading GC methods: " + e); 111 throw new RSRuntimeException("Error loading RS jni library: " + e); [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
RSBaseCompute.java | 22 import android.renderscript.RSRuntimeException; 384 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { 388 public void forEach(int testId, Allocation mIn) throws RSRuntimeException {
|
TestGetSet.java | 125 throw new RSRuntimeException(s + a1[i] + ", " + a2[i] + ", at " + i); 139 throw new RSRuntimeException(s + a1[i] + ", " + a2[i] + ", at " + i); 153 throw new RSRuntimeException(s + a1[i] + ", " + a2[i] + ", at " + i); 167 throw new RSRuntimeException(s + a1[i] + ", " + a2[i] + ", at " + i); 181 throw new RSRuntimeException(s + a1[i] + ", " + a2[i] + ", at " + i); 195 throw new RSRuntimeException(s + a1[i] + ", " + a2[i] + ", at " + i); [all...] |
RSUtils.java | 21 import android.renderscript.RSRuntimeException;
|
ImageProcessingTest.java | 43 import android.renderscript.RSRuntimeException;
|
ComputeTest.java | 43 import android.renderscript.RSRuntimeException; 761 fail("should throw RSRuntimeException"); 762 } catch (RSRuntimeException e) {
|
/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");
|
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
RSUtils.java | 21 import android.renderscript.RSRuntimeException;
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
RsBenchRS.java | 109 throw new RSRuntimeException("Could not convert string to utf-8.");
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterRS.java | 143 } catch (android.renderscript.RSRuntimeException e) {
|
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |
/prebuilts/sdk/tools/darwin/renderscript/lib/ |
renderscript-v8.jar | |