Searched refs:nObjDestroy (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DBaseObj.java81 mRS.nObjDestroy(mID);
H A DRenderScript.java85 native void nObjDestroy(int id); method in class:RenderScript
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp100 nObjDestroy(JNIEnv *_env, jobject _this, jint obj) function
103 LOG_API("nObjDestroy, con(%p) obj(%p)", con, (void *)obj);
110 // This function only differs from nObjDestroy in that it calls the
1371 {"nObjDestroy", "(I)V", (void*)nObjDestroy },

Completed in 21 milliseconds