Searched defs:nContextDestroy (Results 1 - 4 of 4) sorted by last modified time

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java225 synchronized void nContextDestroy() { method in class:RenderScript
1093 nContextDestroy();
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp147 nContextDestroy(JNIEnv *_env, jobject _this, RsContext con) function
149 LOG_API("nContextDestroy, con(%p)", con);
1008 {"rsnContextDestroy", "(I)V", (void*)nContextDestroy },
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java217 synchronized void nContextDestroy() { method in class:RenderScript
1315 nContextDestroy();
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp298 nContextDestroy(JNIEnv *_env, jobject _this, jlong con) function
300 LOG_API("nContextDestroy, con(%p)", (RsContext)con);
1702 {"rsnContextDestroy", "(J)V", (void*)nContextDestroy },

Completed in 91 milliseconds