Searched refs:useNative (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DGroupTest.java43 public GroupTest(boolean useNative) { argument
44 mUseNative = useNative;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DGroupTest.java36 public GroupTest(boolean useNative) { argument
37 mUseNative = useNative;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DGroupTest.java43 public GroupTest(boolean useNative) { argument
44 mUseNative = useNative;
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java104 native boolean nLoadSO(boolean useNative, int deviceApi, String libPath); argument
118 static private boolean useNative; field in class:RenderScript
131 return useNative;
1364 useNative = setupNative(sSdkVersion, ctx);
1396 if (useNative) {
1420 if (!rs.nLoadSO(useNative, dispatchAPI, rssupportPath)) {
1421 if (useNative) {
1423 useNative = false;
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp274 static jboolean nLoadSO(JNIEnv *_env, jobject _this, jboolean useNative, jint targetApi, jstring libPath) { argument
276 if (useNative) {

Completed in 3047 milliseconds