Searched refs:nContextDestroy (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java230 synchronized void nContextDestroy() { method in class:RenderScript
1628 nContextDestroy();
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java293 synchronized void nContextDestroy() { method in class:RenderScript
1685 nContextDestroy();
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp914 nContextDestroy(JNIEnv *_env, jobject _this, jlong con) function
917 ALOGD("nContextDestroy, con(%p)", (RsContext)con);
2826 {"rsnContextDestroy", "(J)V", (void*)nContextDestroy },
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp820 nContextDestroy(JNIEnv *_env, jobject _this, jlong con) function
822 LOG_API("nContextDestroy, con(%p)", (RsContext)con);
2160 LOG_API("nContextDestroy, con(%p)", (RsContext)con);
2287 {"rsnContextDestroy", "(J)V", (void*)nContextDestroy },

Completed in 54 milliseconds