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

/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DGroupTest.java43 public GroupTest(boolean useNative) { argument
44 mUseNative = useNative;
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DGroupTest.java36 public GroupTest(boolean useNative) { argument
37 mUseNative = useNative;
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DGroupTest.java43 public GroupTest(boolean useNative) { argument
44 mUseNative = useNative;
/frameworks/rs/support/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;
1375 useNative = setupNative(sSdkVersion, ctx);
1407 if (useNative) {
1431 if (!rs.nLoadSO(useNative, dispatchAPI, rssupportPath)) {
1432 if (useNative) {
1434 useNative = false;
/frameworks/rs/support/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 127 milliseconds