/frameworks/base/graphics/java/android/renderscript/ |
Allocation.java | 348 int typeID = mRS.nAllocationGetType(getID(mRS)); [all...] |
RenderScript.java | 551 synchronized int nAllocationGetType(int id) { [all...] |
/frameworks/support/v8/renderscript/jni/ |
android_renderscript_RenderScript.cpp | 668 nAllocationGetType(JNIEnv *_env, jobject _this, RsContext con, jint a) 670 LOG_API("nAllocationGetType, con(%p), a(%p)", con, (RsAllocation)a); [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
RenderScript.java | 429 synchronized int nAllocationGetType(int id) { [all...] |
/frameworks/base/graphics/jni/ |
android_renderscript_RenderScript.cpp | 837 nAllocationGetType(JNIEnv *_env, jobject _this, RsContext con, jint a) 839 LOG_API("nAllocationGetType, con(%p), a(%p)", con, (RsAllocation)a); [all...] |
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |