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

  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 123 native void nContextInitToClient(long con);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 73 native void nContextInitToClient(int con);
    [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 215 static void nContextInitToClient(JNIEnv *_env, jobject _this, RsContext con)
217 LOG_API("nContextInitToClient, con(%p)", con);
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 378 static void nContextInitToClient(JNIEnv *_env, jobject _this, jlong con)
380 LOG_API("nContextInitToClient, con(%p)", (RsContext)con);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 38 milliseconds