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

/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java122 synchronized void nContextDestroy() { method in class:RenderScript
810 nContextDestroy();
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java130 synchronized void nContextDestroy() { method in class:RenderScript
1040 nContextDestroy();
/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp163 nContextDestroy(JNIEnv *_env, jobject _this, RsContext con) function
165 LOG_API("nContextDestroy, con(%p)", con);
814 {"rsnContextDestroy", "(I)V", (void*)nContextDestroy },
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp257 nContextDestroy(JNIEnv *_env, jobject _this, RsContext con) function
259 LOG_API("nContextDestroy, con(%p)", con);
1417 {"rsnContextDestroy", "(I)V", (void*)nContextDestroy },

Completed in 3394 milliseconds