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

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
BaseObj.java 90 // must include nObjDestroy in the critical section
94 mRS.nObjDestroy(mID);
RenderScript.java 262 // nObjDestroy is explicitly _not_ synchronous to prevent crashes in finalizers
264 void nObjDestroy(int id) {
    [all...]
  /frameworks/base/rs/java/android/renderscript/
BaseObj.java 122 // must include nObjDestroy in the critical section
125 // AllocationAdapters are BaseObjs with an ID of 0 but should not be passed to nObjDestroy
127 mRS.nObjDestroy(mID);
RenderScript.java 316 // nObjDestroy is explicitly _not_ synchronous to prevent crashes in finalizers
318 void nObjDestroy(long id) {
    [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 100 nObjDestroy(JNIEnv *_env, jobject _this, RsContext con, jint obj)
102 LOG_API("nObjDestroy, con(%p) obj(%p)", con, (void *)obj);
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 213 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj)
215 LOG_API("nObjDestroy, con(%p) obj(%p)", (RsContext)con, (void *)obj);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 94 milliseconds