/frameworks/support/v8/renderscript/jni/ |
android_renderscript_RenderScript.cpp | 321 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage, jint pointer) 323 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)", con, (RsElement)type, mips, usage, (void *)pointer); [all...] |
/frameworks/base/graphics/jni/ |
android_renderscript_RenderScript.cpp | 459 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage, jint pointer) 461 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)", con, (RsElement)type, mips, usage, (void *)pointer); [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
RenderScript.java | 226 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) { [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
RenderScript.java | 338 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) { [all...] |
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |