Searched refs:nAllocationGetType (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java321 int typeID = mRS.nAllocationGetType(getID(mRS));
958 int typeID = mRS.nAllocationGetType(getID(mRS));
990 int typeID = mRS.nAllocationGetType(getID(mRS));
H A DRenderScript.java425 synchronized int nAllocationGetType(int id) { method in class:RenderScript
/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp583 nAllocationGetType(JNIEnv *_env, jobject _this, RsContext con, jint a) function
585 LOG_API("nAllocationGetType, con(%p), a(%p)", con, (RsAllocation)a);
846 {"rsnAllocationGetType", "(II)I", (void*)nAllocationGetType},
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java331 synchronized int nAllocationGetType(int id) { method in class:RenderScript
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp759 nAllocationGetType(JNIEnv *_env, jobject _this, RsContext con, jint a) function
761 LOG_API("nAllocationGetType, con(%p), a(%p)", con, (RsAllocation)a);
1471 {"rsnAllocationGetType", "(II)I", (void*)nAllocationGetType},

Completed in 801 milliseconds