HomeSort by relevance Sort by last modified time
    Searched refs:nObjDestroy (Results 1 - 3 of 3) sorted by null

  /frameworks/base/graphics/java/android/renderscript/
BaseObj.java 81 mRS.nObjDestroy(mID);
RenderScript.java 85 native void nObjDestroy(int id);
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 100 nObjDestroy(JNIEnv *_env, jobject _this, jint obj)
103 LOG_API("nObjDestroy, con(%p) obj(%p)", con, (void *)obj);
110 // This function only differs from nObjDestroy in that it calls the
    [all...]

Completed in 938 milliseconds