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

/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java67 native void nContextDestroy(int con); method in class:RenderScript
315 nContextDestroy(mContext);
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp196 nContextDestroy(JNIEnv *_env, jobject _this, jint con) function
198 LOG_API("nContextDestroy, con(%p)", (RsContext)con);
1366 {"nContextDestroy", "(I)V", (void*)nContextDestroy },

Completed in 235 milliseconds