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
1631 nContextDestroy();
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DRenderScript.java293 synchronized void nContextDestroy() { method in class:RenderScript
1696 nContextDestroy();
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp925 nContextDestroy(JNIEnv *_env, jobject _this, jlong con) function
928 ALOGD("nContextDestroy, con(%p)", (RsContext)con);
2838 {"rsnContextDestroy", "(J)V", (void*)nContextDestroy },
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp833 nContextDestroy(JNIEnv *_env, jobject _this, jlong con) function
835 LOG_API("nContextDestroy, con(%p)", (RsContext)con);
2173 LOG_API("nContextDestroy, con(%p)", (RsContext)con);
2299 {"rsnContextDestroy", "(J)V", (void*)nContextDestroy },

Completed in 729 milliseconds