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

  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 570 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj)
572 LOG_API("nObjDestroy, con(%p) obj(%p)", (RsContext)con, (void *)obj);
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 386 // nObjDestroy is explicitly _not_ synchronous to prevent crashes in finalizers
388 void nObjDestroy(long id) {
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 330 // nObjDestroy is explicitly _not_ synchronous to prevent crashes in finalizers
332 void nObjDestroy(long id) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 62 milliseconds