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

  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 124 native void nContextDeinitToClient(long con);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 74 native void nContextDeinitToClient(int con);
    [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 221 static void nContextDeinitToClient(JNIEnv *_env, jobject _this, RsContext con)
223 LOG_API("nContextDeinitToClient, con(%p)", con);
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 384 static void nContextDeinitToClient(JNIEnv *_env, jobject _this, jlong con)
386 LOG_API("nContextDeinitToClient, con(%p)", (RsContext)con);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 2303 milliseconds