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

  /frameworks/rs/support/java/src/android/support/v8/renderscript/
BaseObj.java 90 // must include nObjDestroy in the critical section
94 mRS.nObjDestroy(mID);
RenderScript.java 342 // nObjDestroy is explicitly _not_ synchronous to prevent crashes in finalizers
344 void nObjDestroy(long id) {
    [all...]
  /frameworks/base/rs/java/android/renderscript/
BaseObj.java 125 // must include nObjDestroy in the critical section
128 // AllocationAdapters are BaseObjs with an ID of 0 but should not be passed to nObjDestroy
130 mRS.nObjDestroy(mID);
RenderScript.java 397 // nObjDestroy is explicitly _not_ synchronous to prevent crashes in finalizers
399 void nObjDestroy(long id) {
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp 577 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj)
579 LOG_API("nObjDestroy, con(%p) obj(%p)", (RsContext)con, (void *)obj);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 57 milliseconds